Class InterpreterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openlca.expressions.InterpreterException
All Implemented Interfaces:
Serializable

public class InterpreterException extends Exception
See Also:
  • Constructor Details

    • InterpreterException

      public InterpreterException()
    • InterpreterException

      public InterpreterException(String message)
    • InterpreterException

      public InterpreterException(Throwable cause)
    • InterpreterException

      public InterpreterException(String message, Throwable cause)