72 <tr> |
72 <tr> |
73 <td><a href="#ArgumentsError.__init__">ArgumentsError</a></td> |
73 <td><a href="#ArgumentsError.__init__">ArgumentsError</a></td> |
74 <td>Constructor</td> |
74 <td>Constructor</td> |
75 </tr><tr> |
75 </tr><tr> |
76 <td><a href="#ArgumentsError.__repr__">__repr__</a></td> |
76 <td><a href="#ArgumentsError.__repr__">__repr__</a></td> |
77 <td>Private method returning a representation of the exception.</td> |
77 <td>Special method returning a representation of the exception.</td> |
78 </tr><tr> |
78 </tr><tr> |
79 <td><a href="#ArgumentsError.__str__">__str__</a></td> |
79 <td><a href="#ArgumentsError.__str__">__str__</a></td> |
80 <td>Private method returning a string representation of the exception.</td> |
80 <td>Special method returning a string representation of the exception.</td> |
81 </tr> |
81 </tr> |
82 </table> |
82 </table> |
83 <h3>Static Methods</h3> |
83 <h3>Static Methods</h3> |
84 <table> |
84 <table> |
85 <tr><td>None</td></tr> |
85 <tr><td>None</td></tr> |
96 </dd> |
96 </dd> |
97 </dl><a NAME="ArgumentsError.__repr__" ID="ArgumentsError.__repr__"></a> |
97 </dl><a NAME="ArgumentsError.__repr__" ID="ArgumentsError.__repr__"></a> |
98 <h4>ArgumentsError.__repr__</h4> |
98 <h4>ArgumentsError.__repr__</h4> |
99 <b>__repr__</b>(<i></i>) |
99 <b>__repr__</b>(<i></i>) |
100 <p> |
100 <p> |
101 Private method returning a representation of the exception. |
101 Special method returning a representation of the exception. |
102 </p><dl> |
102 </p><dl> |
103 <dt>Returns:</dt> |
103 <dt>Returns:</dt> |
104 <dd> |
104 <dd> |
105 string representing the error message |
105 string representing the error message |
106 </dd> |
106 </dd> |
107 </dl><a NAME="ArgumentsError.__str__" ID="ArgumentsError.__str__"></a> |
107 </dl><a NAME="ArgumentsError.__str__" ID="ArgumentsError.__str__"></a> |
108 <h4>ArgumentsError.__str__</h4> |
108 <h4>ArgumentsError.__str__</h4> |
109 <b>__str__</b>(<i></i>) |
109 <b>__str__</b>(<i></i>) |
110 <p> |
110 <p> |
111 Private method returning a string representation of the exception. |
111 Special method returning a string representation of the exception. |
112 </p><dl> |
112 </p><dl> |
113 <dt>Returns:</dt> |
113 <dt>Returns:</dt> |
114 <dd> |
114 <dd> |
115 string representing the error message |
115 string representing the error message |
116 </dd> |
116 </dd> |