![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Base class for all input errors. More...
Public Member Functions | |
def | __init__ (self, Expression) |
![]() | |
def | __getstate__ (self) |
def | __setstate__ (self, _dict) |
Public Attributes | |
Expression | |
Input expression in which the error occurred. More... | |
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.
Definition at line 60 of file ErrorHandling.py.
def PyXMake.Tools.ErrorHandling.InputError.__init__ | ( | self, | |
Expression | |||
) |
Low-level initialization of input error class.
Definition at line 67 of file ErrorHandling.py.
PyXMake.Tools.ErrorHandling.InputError.Expression |
Input expression in which the error occurred.
This is the internal error code.
Definition at line 72 of file ErrorHandling.py.