Package jmri.jmrit.logixng
Class AbortConditionalNGExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.AbortConditionalNGExecutionException
- All Implemented Interfaces:
Serializable
This exception is thrown when the current excection of a ConditionalNG
should be aborted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbortConditionalNGExecutionException(MaleSocket maleSocket, Exception e) Constructs an instance ofAbortConditionalNGExecutionExceptionwith a cause exception. -
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
-
AbortConditionalNGExecutionException
Constructs an instance ofAbortConditionalNGExecutionExceptionwith a cause exception.- Parameters:
maleSocket- the male socket where the exception is throwne- the cause of this exception
-
-
Method Details
-
getMaleSocket
-