Package jmri.jmrit.logixng
Class ReturnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.PassThruException
jmri.jmrit.logixng.ReturnException
- All Implemented Interfaces:
Serializable
This exception is thrown by the Return action.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofReturnExceptionwithout detail message. -
Method Summary
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReturnException
public ReturnException()Creates a new instance ofReturnExceptionwithout detail message.
-