![]() |
Python
1.0
|
Exception class. More...
Public Member Functions | |
def | __init__ (self, msg="") |
Constructor. More... | |
def | __str__ (self) |
Redefines the printing method. More... | |
Public Attributes | |
msg | |
hold the error message. More... | |
Exception class.
Thrown for invalid arguments.
Exception | an exception. |
def _05a_gcd.Usage.__init__ | ( | self, | |
msg = "" |
|||
) |
Constructor.
msg | Error message. |
def _05a_gcd.Usage.__str__ | ( | self | ) |
_05a_gcd.Usage.msg |
hold the error message.
Referenced by _05a_gcd.Usage.__str__().