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