Package org.intocps.maestro.interpreter
Class InterpreterTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.intocps.maestro.interpreter.InterpreterTransitionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterpreterTransitionException(File transitionName) InterpreterTransitionException(File transitionName, String message) InterpreterTransitionException(File transitionName, String message, Throwable cause) InterpreterTransitionException(File transitionName, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InterpreterTransitionException(File transitionName, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterpreterTransitionException
-
InterpreterTransitionException
-
InterpreterTransitionException
-
InterpreterTransitionException
-
InterpreterTransitionException
-
-
Method Details
-
getTransitionFile
-