|
||||||||||
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.io.IOException | +--org.oreodata.DataException | +--org.oreodata.InvalidDataException
thrown when there is an attempt to set data in some invalid way.
Constructor Summary | |
InvalidDataException(Record record,
java.lang.String s)
Create a new InvalidDataException |
|
InvalidDataException(java.lang.String s)
Create a new InvalidDataException with no record specified. |
Methods inherited from class org.oreodata.DataException |
getLocale, getLocalizedMessage, getNestedException, getRecord, setLocale, setRecord |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 InvalidDataException(java.lang.String s)
s
- detail messagepublic InvalidDataException(Record record, java.lang.String s)
record
- the record this pertains to. (This can be null)s
- the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |