Package jmri.jmrit.logixng
Class PassThruException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.PassThruException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BreakException
,ContinueException
,ExitException
,ReturnException
public abstract class PassThruException extends JmriException
This exception should not be handled unless in some special conditions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PassThruException()
Creates a new instance ofBreakException
without detail message.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
PassThruException
public PassThruException()
Creates a new instance ofBreakException
without detail message.
-
-