Package jmri
Class ProgWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.ProgrammerException
jmri.ProgWriteException
- All Implemented Interfaces:
Serializable
Represents a failure to write when programming.
No ACK is not a failure if the implementation does not expect to see one.
- 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
-
ProgWriteException
-
ProgWriteException
public ProgWriteException()
-