Package mepk.builtin
Class MEPKParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mepk.kernel.MEPKException
mepk.builtin.MEPKParseException
- All Implemented Interfaces:
Serializable
This exception indicates that a String could not be parsed to an
Expression, a Statement, or a Set of Statements.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MEPKParseException
Create new instance.- Parameters:
cause- the exception cause.
-