|
finMath lib documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.finmath.exception.CalculationException
public class CalculationException
Constructor Summary | |
---|---|
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. |
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 CalculationException()
public CalculationException(String message)
message
- The error message.public CalculationException(Throwable cause)
cause
- The cause.public CalculationException(String message, Throwable cause)
message
- The error message.cause
- The cause.
|
Copyright © 2014 Christian P. Fries. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |