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:
java.io.Serializable
public class ReturnException extends PassThruException
This exception is thrown by the Return action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReturnException()
Creates a new instance ofReturnException
without detail message.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
ReturnException
public ReturnException()
Creates a new instance ofReturnException
without detail message.
-
-