Package jmri.jmrit
Class MemoryContents.MemoryFileRecordLengthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.MemoryContents.MemoryFileException
-
- jmri.jmrit.MemoryContents.MemoryFileRecordLengthException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MemoryContents
public class MemoryContents.MemoryFileRecordLengthException extends MemoryContents.MemoryFileException
An exception for a data record where there are too many or too few characters versus the number of characters expected based on the record type field, LOAD OFFSET field size, and data count field.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemoryFileRecordLengthException()
MemoryFileRecordLengthException(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
MemoryFileRecordLengthException
public MemoryFileRecordLengthException()
-
MemoryFileRecordLengthException
public MemoryFileRecordLengthException(java.lang.String s)
-
-