org.jblas.la.exceptions
Class LapackArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jblas.la.exceptions.LapackException
                  extended by org.jblas.la.exceptions.LapackArgumentException
All Implemented Interfaces:
java.io.Serializable

public class LapackArgumentException
extends LapackException

LapackException for a specific argument. LAPACK routines routinely check whether some arguments contain illegal arguments. This exception class automatically constructs a message for a given argument index.

See Also:
Serialized Form

Constructor Summary
LapackArgumentException(java.lang.String function, int info)
          Construct exception for given function and info.
 
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

LapackArgumentException

public LapackArgumentException(java.lang.String function,
                               int info)
Construct exception for given function and info. Message will read "Argument had an illegal value.");



written by Mikio L. Braun and Johannes Schaback