Class HopeExpressionParserError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.appform.hope.core.exceptions.HopeException
-
- io.appform.hope.core.exceptions.impl.HopeExpressionParserError
-
- All Implemented Interfaces:
Serializable
public class HopeExpressionParserError extends HopeException
This exception is faced during expression parsing phase. It is thrown if there is an issue with the provided expression- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HopeExpressionParserError(String parserError)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HopeExpressionParserError
public HopeExpressionParserError(String parserError)
-
-