Chemical Data Processing Library Python API - Version 1.1.1
List of all members
CDPL.Base.OperationFailed Class Reference

Thrown to indicate that some requested operation has failed (e.g. More...

+ Inheritance diagram for CDPL.Base.OperationFailed:

Additional Inherited Members

- Public Member Functions inherited from CDPL.Base.Exception
None __init__ (str msg='')
 Constructs an Exception object with the error message set to msg. More...
 
str what ()
 Returns the message describing the cause of the exception and/or the location where the error occurred. More...
 
str __str__ ()
 Returns a string representation of the Exception instance. More...
 

Detailed Description

Thrown to indicate that some requested operation has failed (e.g.

due to unfulfilled preconditions or other errors).