Package mepk.builtin

Class MEPKParseException

All Implemented Interfaces:
Serializable

public class MEPKParseException extends MEPKException
This exception indicates that a String could not be parsed to an Expression, a Statement, or a Set of Statements.
See Also:
  • Constructor Details

    • MEPKParseException

      public MEPKParseException(Throwable cause)
      Create new instance.
      Parameters:
      cause - the exception cause.