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 Details

    • AbortConditionalNGExecutionException

      Constructs an instance of AbortConditionalNGExecutionException with a cause exception.
      Parameters:
      maleSocket - the male socket where the exception is thrown
      e - the cause of this exception
  • Method Details