Exceptions
Class NoSolutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byExceptions.NoSolutionException
All Implemented Interfaces:
java.io.Serializable

public class NoSolutionException
extends java.lang.Exception

Thrown if one of the equation solvers in Statistics.FinMath detects that the equation has no solution or the solution is out of its range.

See Also:
Serialized Form

Constructor Summary
NoSolutionException()
          Creates a new instance of NoSolutionException without detailed message.
NoSolutionException(java.lang.String msg)
          Constructs an instance of NoSolutionException with the specified detailed message.
 
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

NoSolutionException

public NoSolutionException()
Creates a new instance of NoSolutionException without detailed message.


NoSolutionException

public NoSolutionException(java.lang.String msg)
Constructs an instance of NoSolutionException with the specified detailed message.

Parameters:
msg - The detailed message.