public class LapackException
extends java.lang.RuntimeException
Constructor and 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.
|