Class LapackArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LapackArgumentException
    extends LapackException
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LapackArgumentException​(java.lang.String function, int info)
      Construct exception for given function and info.
      LapackArgumentException​(java.lang.String function, java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LapackArgumentException

        public LapackArgumentException​(java.lang.String function,
                                       int info)
        Construct exception for given function and info. Message will read "Argument <info> had an illegal value.");
      • LapackArgumentException

        public LapackArgumentException​(java.lang.String function,
                                       java.lang.String message)