cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.ec2.error.EC2Exception Class Reference

Superclass for EC2 API exceptions. More...

+ Inheritance diagram for src.ec2.error.EC2Exception:

Public Member Functions

def __init__
 Store context used to build an error message in to_xml.
def to_xml
 Return XML with error details compatible with Amazon EC2 WSDL.

Public Attributes

 context

Detailed Description

Superclass for EC2 API exceptions.

Definition at line 33 of file error.py.

Constructor & Destructor Documentation

def src.ec2.error.EC2Exception.__init__ (   self,
  context 
)

Store context used to build an error message in to_xml.

Definition at line 37 of file error.py.

Member Function Documentation

def src.ec2.error.EC2Exception.to_xml (   self)

Return XML with error details compatible with Amazon EC2 WSDL.

Definition at line 42 of file error.py.

Member Data Documentation

src.ec2.error.EC2Exception.context

Definition at line 38 of file error.py.


The documentation for this class was generated from the following file: