Package jmri.jmrit.logixng
Class PassThruException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.PassThruException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BreakException,ContinueException,ExitException,ReturnException,ValidationErrorException
This exception should not be handled unless in some special conditions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofPassThruExceptionwithout detail message.PassThruException(String msg) Creates a new instance ofPassThruExceptionwith a detail message. -
Method Summary
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PassThruException
public PassThruException()Creates a new instance ofPassThruExceptionwithout detail message. -
PassThruException
Creates a new instance ofPassThruExceptionwith a detail message.- Parameters:
msg- the message
-