Package jmri.jmrit.progsupport
Class ProgModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.ProgrammerException
jmri.jmrit.progsupport.ProgModeException
- All Implemented Interfaces:
Serializable
Represents an attempt to use an unsupported mode or option while programming.
This is a configuration failure, not an operational failure
- See Also:
-
Constructor Summary
Constructors -
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
-
ProgModeException
-
ProgModeException
public ProgModeException()
-