Class IllegalStatementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
laas.openrobots.ontology.exceptions.IllegalStatementException
All Implemented Interfaces:
Serializable

public class IllegalStatementException extends Exception
This exception is thrown when a literal statement is malformed (eg, 2 tokens instead of three).
See Also:
  • Constructor Details

    • IllegalStatementException

      public IllegalStatementException(String msg)