org.jblas.exceptions
Class LapackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jblas.exceptions.LapackException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LapackArgumentException, LapackConvergenceException, LapackPositivityException, LapackSingularityException

public class LapackException
extends java.lang.RuntimeException

Base class for all exceptions within LAPACK. Also reports the function where the error is.

See Also:
Serialized Form

Constructor Summary
LapackException(java.lang.String function)
          Construct new LapackException for the given function.
LapackException(java.lang.String function, java.lang.String message)
          Construct new Lapack Exception for the given function, with message.
 
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

LapackException

public LapackException(java.lang.String function)
Construct new LapackException for the given function.


LapackException

public LapackException(java.lang.String function,
                       java.lang.String message)
Construct new Lapack Exception for the given function, with message.



© 2008-2010 by Mikio L. Braun and contributors