Package jmri.jmrit
Class MemoryContents.MemoryFileChecksumException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.MemoryContents.MemoryFileException
-
- jmri.jmrit.MemoryContents.MemoryFileChecksumException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MemoryContents
public class MemoryContents.MemoryFileChecksumException extends MemoryContents.MemoryFileException
An exception for a record which has incorrect checksum.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemoryFileChecksumException()
MemoryFileChecksumException(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
MemoryFileChecksumException
public MemoryFileChecksumException()
-
MemoryFileChecksumException
public MemoryFileChecksumException(java.lang.String s)
-
-