Class LapackException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LapackArgumentException, LapackConvergenceException, LapackPositivityException, LapackSingularityException

public class LapackException extends RuntimeException
Base class for all exceptions within LAPACK. Also reports the function where the error is.
See Also:
  • Constructor Details

    • LapackException

      public LapackException(String function)
      Construct new LapackException for the given function.
    • LapackException

      public LapackException(String function, String message)
      Construct new Lapack Exception for the given function, with message.