Package jmri
Class ProgWriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.ProgrammerException
-
- jmri.ProgWriteException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProgWriteException extends ProgrammerException
Represents a failure to write when programming.No ACK is not a failure if the implementation does not expect to see one.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgWriteException()
ProgWriteException(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
ProgWriteException
public ProgWriteException(java.lang.String s)
-
ProgWriteException
public ProgWriteException()
-
-