public class CalculationException extends Exception
Constructor and Description |
---|
CalculationException()
A wrapper for exceptions associated with numerical algorithm of finmath lib
|
CalculationException(String message)
Create an exception with error message.
|
CalculationException(String message,
Throwable cause)
Create an exception from another exception with error message.
|
CalculationException(Throwable cause)
Create an exception from another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CalculationException()
public CalculationException(String message)
message
- The error message.public CalculationException(Throwable cause)
cause
- The cause.Copyright © 2015. All rights reserved.