![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Base class for all input errors. More...
Public Member Functions | |
__init__ (self, Expression) | |
![]() | |
__new__ (cls, *args, **kwargs) | |
recover (cls, *args) | |
classify (cls, *args, **kwargs) | |
jsonify (self) | |
update (self, **kwargs) | |
__repr__ (self) | |
__str__ (self) | |
__getstate__ (self) | |
__setstate__ (self, _dict) | |
Public Attributes | |
int | Expression = Expression |
Input expression in which the error occurred. | |
Additional Inherited Members | |
![]() | |
__getbase__ (base, cls) | |
Base class for all input errors.
Exception raised for errors in the input. Attributes: Expression -- Input expression in which the error occurred
Inherited from Error.
PyXMake.Tools.ErrorHandling.InputError.__init__ | ( | self, | |
Expression ) |
Low-level initialization of input error class.
Reimplemented from PyXMake.Tools.Utility.AbstractBase.
Definition at line 54 of file ErrorHandling.py.
int PyXMake.Tools.ErrorHandling.InputError.Expression = Expression |
Input expression in which the error occurred.
This is the internal error code.
Definition at line 59 of file ErrorHandling.py.