com.niggle.data
Class ImmutableDataException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.niggle.data.ImmutableDataException
- All Implemented Interfaces:
- java.io.Serializable
- public class ImmutableDataException
- extends java.lang.RuntimeException
thrown when an attempt is made to modify data
in an immutable data record. This can really
only occur as a result of programmer error.
- Author:
- Jonathan Revusky
- See Also:
Record.getMutableCopy()
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ImmutableDataException
public ImmutableDataException(Record rec)
ImmutableDataException
public ImmutableDataException(java.lang.String s)
- constructor
- Parameters:
s
- exception message string
ImmutableDataException
public ImmutableDataException()
- default constructor
getRecord
public Record getRecord()