|
||||||||||
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.PrettyInsignificantError
Thrown to indicate that a miscellanious error has run, but nothing that might harm the running of the program.
Operation
, Serialized FormConstructor Summary | |
PrettyInsignificantError()
Constructs a MissingParameterError with no detailed
message. |
|
PrettyInsignificantError(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 PrettyInsignificantError()
MissingParameterError
with no detailed
message.public PrettyInsignificantError(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 |