freegraph
Class NoSolutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--freegraph.NoSolutionException
All Implemented Interfaces:
java.io.Serializable

public class NoSolutionException
extends java.lang.Exception

Exception used by EquationSolver to indicate that a Solution could not be found for the equation.

See Also:
Serialized Form

Constructor Summary
NoSolutionException(java.lang.String msg)
           
 
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(java.lang.String msg)