Class InterpreterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.intocps.maestro.interpreter.InterpreterException
All Implemented Interfaces:
Serializable

public class InterpreterException extends RuntimeException
See Also:
  • Constructor Details

    • InterpreterException

      public InterpreterException()
    • InterpreterException

      public InterpreterException(String message)
    • InterpreterException

      public InterpreterException(String message, Throwable cause)
    • InterpreterException

      public InterpreterException(Throwable cause)
    • InterpreterException

      public InterpreterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)