finMath lib documentation

net.finmath.optimizer
Class SolverException

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

public class SolverException
extends Exception

Exception thrown by solvers net.finmath.rootfinder or net.finmath.optimizer.

Author:
Christian Fries
See Also:
Serialized Form

Constructor Summary
SolverException(String message)
          Create an exception with error message.
SolverException(String message, Throwable cause)
          Create an exception from another exception with error message.
SolverException(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

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.

Copyright © 2014 Christian P. Fries.

Copyright © 2014. All rights reserved.