Class that represents an error collection.
More...
Constructs an error collection
Copy constructor for error collection
- Parameters
-
[in] | o | Error collection that will be copied |
Constructor for error collection
- Parameters
-
[in] | errors | Error collection that will be kept by |
Destructor of error collection
Adds error to error collection and throws exception if DAAL_NOTHROW_EXCEPTIONS not defined
- Parameters
-
Adds error to error collection and throws exception if DAAL_NOTHROW_EXCEPTIONS not defined
- Parameters
-
Adds error collection to another error collection and throw exception if DAAL_NOTHROW_EXCEPTIONS not defined
- Parameters
-
Adds kernel error collection to another error collection and throw exception if DAAL_NOTHROW_EXCEPTIONS not defined
- Parameters
-
Returns true if can throw exceptions
- Returns
- true if can throw exceptions
const char* getDescription |
( |
| ) |
const |
|
inline |
Returns description of all errors from collection
- Returns
- Description of all errors from collection
Returns kernel error collection
- Returns
- True if kernel error collection is empty
Returns true if kernel error collection is empty
- Returns
- True if kernel error collection is empty
bool setCanThrow |
( |
bool |
bOn | ) |
|
|
inline |
Set canThrow flag
- Parameters
-
- Returns
- previous value
Returns size of an error collection
- Returns
- Size of an error collection
The documentation for this class was generated from the following file: