|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.oreodata.ImmutableDataException
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.
Record.getMutableCopy()
,
Serialized FormConstructor Summary | |
ImmutableDataException()
default constructor |
|
ImmutableDataException(Record rec)
|
|
ImmutableDataException(java.lang.String s)
constructor |
Method Summary | |
Record |
getRecord()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ImmutableDataException(Record rec)
public ImmutableDataException(java.lang.String s)
s
- exception message stringpublic ImmutableDataException()
Method Detail |
public Record getRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |