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