
Definition at line 31 of file MyExceptions.py.
Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| args | |
Private Attributes | |
| _type | |
| def MyExceptions::ValidationError::__init__ | ( | self, | ||
| args | ||||
| ) |
Reimplemented in MyExceptions::StringError, MyExceptions::NumberError, and MyExceptions::SystemNameError.
Definition at line 33 of file MyExceptions.py.
| def MyExceptions::ValidationError::__str__ | ( | self | ) |
Definition at line 37 of file MyExceptions.py.
Reimplemented in MyExceptions::StringError, MyExceptions::NumberError, and MyExceptions::SystemNameError.
Definition at line 34 of file MyExceptions.py.
MyExceptions::ValidationError::_type [private] |
Reimplemented in MyExceptions::StringError, MyExceptions::NumberError, and MyExceptions::SystemNameError.
Definition at line 35 of file MyExceptions.py.
1.5.3