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 SummaryConstructors Constructor Description ExitException()Creates a new instance ofExitExceptionwithout detail message.
 - 
Method Summary- 
Methods inherited from class jmri.JmriExceptiongetErrors, getLocalizedMessage, getMessage
 
- 
 
- 
- 
- 
Constructor Detail- 
ExitExceptionpublic ExitException() Creates a new instance ofExitExceptionwithout detail message.
 
- 
 
-