|
fplutil
An open source project by
FPL.
|
Base class for exceptions in this module. More...
Public Member Functions | |
| def | error_message |
| Return a string representation of the error. More... | |
| def | error_code |
| Return a scalar representation of the error. More... | |
Static Public Attributes | |
| int | CODE = -1 |
Base class for exceptions in this module.
return from main().
| def fplutil.buildutil.common.Error.error_code | ( | self | ) |
Return a scalar representation of the error.
| def fplutil.buildutil.common.Error.error_message | ( | self | ) |
Return a string representation of the error.