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 classMemoryContents.MemoryFileAddressingFormatExceptionAn exception for an unsupported addressing formatclassMemoryContents.MemoryFileAddressingRangeExceptionAn exception for an address outside of the supported rangeclassMemoryContents.MemoryFileChecksumExceptionAn exception for a record which has incorrect checksum.classMemoryContents.MemoryFileNoDataRecordsExceptionAn exception for a file with no data recordsclassMemoryContents.MemoryFileNoEOFRecordExceptionAn exception for a file without an end-of-file recordclassMemoryContents.MemoryFileRecordContentExceptionAn exception for a record which has content which cannot be parsed.classMemoryContents.MemoryFileRecordFoundAfterEOFRecordAn exception for a file containing at least one record after the EOF recordclassMemoryContents.MemoryFileRecordLengthExceptionAn 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.classMemoryContents.MemoryFileUnknownRecordTypeAn exception for a record containing a record type which is not supported. 
 -