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:
java.io.Serializable
public class AbortConditionalNG_IgnoreException extends JmriException
This exception is thrown when the current excection of a ConditionalNG should be aborted but the error should not be logged.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortConditionalNG_IgnoreException(MaleSocket maleSocket, java.lang.Exception e)
Constructs an instance ofAbortConditionalNG_IgnoreException
with a cause exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaleSocket
getMaleSocket()
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
AbortConditionalNG_IgnoreException
public AbortConditionalNG_IgnoreException(MaleSocket maleSocket, java.lang.Exception e)
Constructs an instance ofAbortConditionalNG_IgnoreException
with a cause exception.- Parameters:
maleSocket
- the male socket where the exception is throwne
- the cause of this exception
-
-
Method Detail
-
getMaleSocket
public MaleSocket getMaleSocket()
-
-