javolution37.javolution
Class JavolutionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- javolution37.javolution.JavolutionError
-
- All Implemented Interfaces:
- java.io.Serializable
public final class JavolutionError extends java.lang.ErrorSignals that a serious problem (bug ?!) has been detected within the library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description 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).
-
-
-
Constructor Detail
-
JavolutionError
public JavolutionError(java.lang.String message)
Creates an error message with the specified message and cause.- Parameters:
message- the detail message.cause- the cause ornullif the cause is nonexistent or unknown.- Throws:
java.lang.Error- (always)
-
JavolutionError
public JavolutionError(java.lang.String message, java.lang.Throwable cause)Creates an error message with the specified message and cause. The cause stack trace is printed to the current error stream (System.err).- Parameters:
message- the detailed message.cause- the cause of this error.
-
JavolutionError
public 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).- Parameters:
cause- the cause of this error.
-
-
DMelt 3.0 © DataMelt by jWork.ORG