Index | | | Related pages | | | Classes | | | Functions | | | Entities | | | Function Sets | | | Groups |
class
ParseError( [code], [description], [extra] )
from
\
Error( code, description, extra )
Generic input parsing error. more...
This error is generated when a parsing operation fails. It is used by RTL and extension modules when an input that should respect a given format is malformed. In example, the core module throws this error when the command line parser is told to search for a named parameter, but the command line parameters have been exhausted.
It is also used by the mxml module to report problems while parsing XML files.
Finally, this error is available for script to describe an error status due to invalid inputs.
Index | | | Related pages | | | Classes | | | Functions | | | Entities | | | Function Sets | | | Groups |