Package convex.core.exceptions
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
convex.core.exceptions.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValidationException
Abstract base class for exceptions that we expect to encounter and need to
handle.
"If you don’t handle [exceptions], we shut your application down. That
dramatically increases the reliability of the system.” - Anders Hejlsberg
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(String message)
BaseException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
-
BaseException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-