Class SolverException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.finmath.optimizer.SolverException
All Implemented Interfaces:
Serializable

public class SolverException extends Exception
Exception thrown by solvers
invalid @link
net.finmath.rootfinder
or net.finmath.optimizer.
Version:
1.0
Author:
Christian Fries
See Also:
  • Constructor Details

    • SolverException

      public SolverException(String message)
      Create an exception with error message.
      Parameters:
      message - The error message.
    • SolverException

      public SolverException(Throwable cause)
      Create an exception from another exception.
      Parameters:
      cause - The cause.
    • SolverException

      public SolverException(String message, Throwable cause)
      Create an exception from another exception with error message.
      Parameters:
      message - The error message.
      cause - The cause.