|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
javolution.JavolutionError
public final class JavolutionError
Signals that a serious problem (bug ?!) has been detected within the library.
Constructor Summary | |
---|---|
JavolutionError(java.lang.String message)
Creates an error message with the specified message and cause. |
|
JavolutionError(java.lang.String message,
java.lang.Throwable cause)
Creates an error message with the specified message and cause. |
|
JavolutionError(java.lang.Throwable cause)
Creates an error message with the specified cause The cause stack trace is printed to the current error stream (System.err). |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavolutionError(java.lang.String message)
message
- the detail message.public JavolutionError(java.lang.String message, java.lang.Throwable cause)
message
- the detailed message.cause
- the cause of this error.public JavolutionError(java.lang.Throwable cause)
cause
- the cause of this error.
|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |