X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fexceptions.Exception-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fexceptions.Exception-class.html;h=3064c510ace6f7765e45e1b573936f9e4e873202;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/private/exceptions.Exception-class.html b/psycopg2/doc/api/private/exceptions.Exception-class.html new file mode 100644 index 0000000..3064c51 --- /dev/null +++ b/psycopg2/doc/api/private/exceptions.Exception-class.html @@ -0,0 +1,128 @@ + + + + + exceptions.Exception + + + + + + + + + + + + + + + + + + + +
+ + Module exceptions :: + Class Exception +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Class Exception

+ +
Known Subclasses:
+
+ StandardError
+ +
+ +

Common base class for all exceptions.

+
+ + + + + + + + + + + + +
Method Summary
 __init__(...) +
 __getitem__(...) +
 __str__(...) +

+ + + + + + +
Method Details
+ + +
+

__init__(...) +
(Constructor) +

+
+
+
+ + +
+

__getitem__(...) +
(Indexing operator) +

+
+
+
+ + +
+

__str__(...) +
(Informal representation operator) +

+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +