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