Package jmri
Class TurnoutOperator.TurnoutOperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.TurnoutOperator.TurnoutOperatorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TurnoutOperator
Exception thrown when the turnout's operator has changed while the
operator is running. This implies that another operation has been started
and that this one should just quietly stop doing its thing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TurnoutOperatorException
public TurnoutOperatorException()
-