public class MathException extends RuntimeException
| Constructor and Description |
|---|
MathException()
Creates an instance.
|
MathException(String message)
Creates an instance based on a message.
|
MathException(String message,
Throwable cause)
Creates an instance based on a message and cause.
|
MathException(Throwable cause)
Creates an instance based on a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MathException()
public MathException(String message)
message - the message, null tolerantpublic MathException(String message, Throwable cause)
message - the message, null tolerantcause - the cause, null tolerantpublic MathException(Throwable cause)
cause - the cause, null tolerantCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.