Class UnexpectedExpressionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.uga.pddl4j.parser.UnexpectedExpressionException
All Implemented Interfaces:
Serializable

public class UnexpectedExpressionException extends RuntimeException
Exception use for issues with unexpected expression occurs.
See Also:
Serialized Form
  • Constructor Details

    • UnexpectedExpressionException

      public UnexpectedExpressionException(String message)
      Default constructor with only string message.
      Parameters:
      message - the error description
    • UnexpectedExpressionException

      public UnexpectedExpressionException(String message, Throwable cause)
      Default constructor with string message and the Java Throwable cause.
      Parameters:
      message - the error description
      cause - the cause this trigger the exception