Class BlasException

    • Constructor Detail

      • BlasException

        public BlasException​(String message,
                             int errorCode)
        Principal constructor - error message & error code
        Parameters:
        message - the error message to put into the Exception
        errorCode - the library error number
      • BlasException

        public BlasException​(String message)
    • Method Detail

      • getErrorCode

        public int getErrorCode()