|
|||||||||
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.MissingDataException
Thrown when an attempt is made to initialize a record which is missing a required field.
Constructor Summary | |
MissingDataException(Record record,
java.lang.String s)
|
|
MissingDataException(java.lang.String s)
Constructs a MissingDataException with a detail message. |
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 MissingDataException(java.lang.String s)
s
- the detail message string.public MissingDataException(Record record, java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |