8. Exceptions¶
In this document, we document all the exception types that are covered by Ensemble Toolkit. This document is to be assumed as a growing list and not complete.
-
exception
radical.entk.exceptions.
EnTKError
(msg)[source]¶ EnTKError is the generic exception type used by EnTK – exception arg messages are usually
-
exception
radical.entk.exceptions.
MissingError
(obj, missing_attribute)[source]¶ MissingError is raised when an attribute that is mandatory is left unassigned by the user