finMath lib documentation

net.finmath.exception
Class CalculationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.finmath.exception.CalculationException
All Implemented Interfaces:
Serializable

public class CalculationException
extends Exception

Author:
Christian Fries
See Also:
Serialized Form

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

CalculationException

public CalculationException()
A wrapper for exceptions associated with numerical algorithm of finmath lib


CalculationException

public CalculationException(String message)
Create an exception with error message.

Parameters:
message - The error message.

CalculationException

public CalculationException(Throwable cause)
Create an exception from another exception.

Parameters:
cause - The cause.

CalculationException

public CalculationException(String message,
                            Throwable cause)
Create an exception from another exception with error message.

Parameters:
message - The error message.
cause - The cause.

Copyright © 2014 Christian P. Fries.

Copyright © 2014. All rights reserved.