jumbo.euclid
Class NPDMatrixException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jumbo.euclid.IllCondMatrixException
                    |
                    +--jumbo.euclid.NPDMatrixException

public class NPDMatrixException
extends IllCondMatrixException

thrown by eigenvalue routines, etc

See Also:
Serialized Form

Constructor Summary
NPDMatrixException()
           
NPDMatrixException(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

NPDMatrixException

public NPDMatrixException()

NPDMatrixException

public NPDMatrixException(java.lang.String s)