Uses of Class
jmri.jmrit.MemoryContents.MemoryFileException
-
Packages that use MemoryContents.MemoryFileException Package Description jmri.jmrit Various non-system-specific JMRI tools. -
-
Uses of MemoryContents.MemoryFileException in jmri.jmrit
Subclasses of MemoryContents.MemoryFileException in jmri.jmrit Modifier and Type Class Description class
MemoryContents.MemoryFileAddressingFormatException
An exception for an unsupported addressing formatclass
MemoryContents.MemoryFileAddressingRangeException
An exception for an address outside of the supported rangeclass
MemoryContents.MemoryFileChecksumException
An exception for a record which has incorrect checksum.class
MemoryContents.MemoryFileNoDataRecordsException
An exception for a file with no data recordsclass
MemoryContents.MemoryFileNoEOFRecordException
An exception for a file without an end-of-file recordclass
MemoryContents.MemoryFileRecordContentException
An exception for a record which has content which cannot be parsed.class
MemoryContents.MemoryFileRecordFoundAfterEOFRecord
An exception for a file containing at least one record after the EOF recordclass
MemoryContents.MemoryFileRecordLengthException
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.class
MemoryContents.MemoryFileUnknownRecordType
An exception for a record containing a record type which is not supported.
-