|
||||||||||
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.MissingParameterError
Thrown to indicate that a method does not have all of the required parameters to run. The most likely cause would be an operation that requires certain options to be set.
Operation
, Serialized FormConstructor Summary | |
MissingParameterError()
Constructs a MissingParameterError with no detailed
message. |
|
MissingParameterError(java.lang.String s)
Constructs a MissingParameterError 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 MissingParameterError()
MissingParameterError
with no detailed
message.public MissingParameterError(java.lang.String s)
MissingParameterError
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 |