Package io.appform.hope.core.exceptions
Class HopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.appform.hope.core.exceptions.HopeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HopeExpressionParserError,HopeIllegalEvaluationError,HopeMissingValueError,HopeParameterValidationFailureError,HopeTypeMismatchError
public abstract class HopeException extends RuntimeException
Base class for all exceptions thrown by hope- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HopeException(String message)HopeException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-