Class HopeIllegalEvaluationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.appform.hope.core.exceptions.HopeException
-
- io.appform.hope.core.exceptions.impl.HopeIllegalEvaluationError
-
- All Implemented Interfaces:
Serializable
public class HopeIllegalEvaluationError extends HopeException
This exception is thrown in case of hope lang evaluation bug. This is thrown byDefaultErrorHandlingStrategy.handleIllegalEval(String, Object)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HopeIllegalEvaluationError(String evalError)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HopeIllegalEvaluationError
public HopeIllegalEvaluationError(String evalError)
-
-