OpenDOF Project
DOFInterfaceExceptionList DOFInterface_CreateExceptionList ( const DOFInterface  self)

Create a list of DOFInterfaceException objects based on the exceptions from the interface.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfaceExceptionList_Destroy.
Parameters
selfThe Interface. This must not be NULL.
Returns
return A new list of DOFInterfaceException objects. This list can have 0 members.
Exceptions
NULLis returned is returned if the list could not be allocated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22