jumbo.euclid
Class IllCondMatrixException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jumbo.euclid.IllCondMatrixException
Direct Known Subclasses:
NPDMatrixException, SingMatrixException

public class IllCondMatrixException
extends java.lang.Exception

thrown by inversion, eigenvalue routines, etc ; superclass for SingMatrixException, NonPositiveDefiniteException, etc.

See Also:
Serialized Form

Constructor Summary
IllCondMatrixException()
           
IllCondMatrixException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllCondMatrixException

public IllCondMatrixException()

IllCondMatrixException

public IllCondMatrixException(java.lang.String s)