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:
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
Constructors Constructor Description 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.
-
-
-
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.
-
-