Package org.jblas.exceptions
Class LapackArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jblas.exceptions.LapackException
org.jblas.exceptions.LapackArgumentException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionLapackArgumentException
(String function, int info) Construct exception for given function and info.LapackArgumentException
(String function, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LapackArgumentException
Construct exception for given function and info. Message will read "Argument <info> had an illegal value."); -
LapackArgumentException
-