Package jmri.jmrit.logixng
Class AbortConditionalNGExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.AbortConditionalNGExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class AbortConditionalNGExecutionException extends JmriException
This exception is thrown when the current excection of a ConditionalNG should be aborted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortConditionalNGExecutionException(MaleSocket maleSocket, java.lang.Exception e)Constructs an instance ofAbortConditionalNGExecutionExceptionwith a cause exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaleSocketgetMaleSocket()-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
AbortConditionalNGExecutionException
public AbortConditionalNGExecutionException(MaleSocket maleSocket, java.lang.Exception e)
Constructs an instance ofAbortConditionalNGExecutionExceptionwith a cause exception.- Parameters:
maleSocket- the male socket where the exception is throwne- the cause of this exception
-
-
Method Detail
-
getMaleSocket
public MaleSocket getMaleSocket()
-
-