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