Package jmri.jmrit
Class MemoryContents.MemoryFileRecordContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.MemoryContents.MemoryFileException
-
- jmri.jmrit.MemoryContents.MemoryFileRecordContentException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MemoryContents
public class MemoryContents.MemoryFileRecordContentException extends MemoryContents.MemoryFileException
An exception for a record which has content which cannot be parsed.Possible examples may include records which include characters other than ASCII characters associated with hexadecimal digits and the initial ':' character, trailing spaces, etc.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemoryFileRecordContentException()
MemoryFileRecordContentException(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
MemoryFileRecordContentException
public MemoryFileRecordContentException()
-
MemoryFileRecordContentException
public MemoryFileRecordContentException(java.lang.String s)
-
-