public class OperationError
extends java.lang.AssertionError
Constructor and Description |
---|
OperationError(java.lang.String message)
Base constructor.
|
OperationError(java.lang.String message,
java.lang.Throwable cause)
Constructor for an error associated with a specific algorithm.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
public OperationError(java.lang.String message)
message
- a message describing the error.public OperationError(java.lang.String message, java.lang.Throwable cause)
message
- a message describing the error.cause
- the throwable that caused this exception to be raised.