Package jmri.jmrit.logixng
Class ExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.PassThruException
-
- jmri.jmrit.logixng.ExitException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExitException extends PassThruException
This exception is thrown by the Exit action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExitException()
Creates a new instance ofExitException
without detail message.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
ExitException
public ExitException()
Creates a new instance ofExitException
without detail message.
-
-