Home | Trees | Indices | Help |
|
---|
|
OnepException represents a general exception to be thrown by ONE-P API when an unrecoverable error is encountered. This general exception is meant to be used as a fallback when the cause of error cannot be determined. In the situation when the cause is known, the derived exception from this one should be used to provide more specific information. Class for handling exceptions generated by Illegal arguments.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Constructor of OnepException. This calls the basic Exception class in pyton.Constructs a new exception with default message as its detail message. If additional parameters are passed then those parameters will be displayed as part of error message depending on its type Parameters: arg_string: This is the error message. arg_cause : This is the class object which has more information regarding the issue.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:27 2014 | http://epydoc.sourceforge.net |