Class LapackArgumentException

All Implemented Interfaces:
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:
  • Constructor Details

    • LapackArgumentException

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

      public LapackArgumentException(String function, String message)