|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--AFLPcore.NoDataError
Thrown to indicate that the data required to perform a function was not present.
Constructor Summary | |
NoDataError()
Constructs a NoDataError with no detailed message. |
|
NoDataError(java.lang.String s)
Constructs a NoDataError with the specified detailed
message. |
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 |
Constructor Detail |
public NoDataError()
NoDataError
with no detailed message.public NoDataError(java.lang.String s)
NoDataError
with the specified detailed
message.s
- the detailed error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |