|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--com.niggle.data.DataException | +--com.niggle.data.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 com.niggle.data.DataException |
getLocalizedMessage, getNestedException, getRecord, setRecord |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |