Class CalculationException

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

public class CalculationException extends Exception
Version:
1.0
Author:
Christian Fries
See Also:
  • Constructor Details

    • 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.