Package org.jblas.exceptions
Class LapackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jblas.exceptions.LapackException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LapackArgumentException
,LapackConvergenceException
,LapackPositivityException
,LapackSingularityException
Base class for all exceptions within LAPACK. Also reports the function where the
error is.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLapackException
(String function) Construct new LapackException for the given function.LapackException
(String function, String message) Construct new Lapack Exception for the given function, with 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
-
LapackException
Construct new LapackException for the given function. -
LapackException
Construct new Lapack Exception for the given function, with message.
-