SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.matrix.doubles.linearsystem
Class Solver.NoSolution

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.numericalmethod.suanshu.matrix.doubles.linearsystem.Solver.NoSolution
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Solver

public static class Solver.NoSolution
extends java.lang.RuntimeException

RuntimeException thrown when it fails to solve a system of linear equations.

See Also:
Serialized Form

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

Solver.NoSolution

public Solver.NoSolution(java.lang.String msg)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.