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