1.6The Falcon Error System.
Falcon classes reflecting internal errors.
This is the list of classes used by falcon core module to report the scripts (or embedding applications) about runtime errors.
Classes
- 1.6.1AccessError - Error accessing an indexed item.
- 1.6.2CloneError - Item cannot be cloned.
- 1.6.3CodeError - VM and internal coded related error descriptor.
- 1.6.4Error - Internal VM and runtime error reflection class.
- 1.6.5GenericError - Generic undefined failure.
- 1.6.6InterruptedError - Wait operation interrupted.
- 1.6.7IoError - Error on I/O operations.
- 1.6.8MathError - Mathematical calculation error.
- 1.6.9MessageError - Error in the messaging system.
- 1.6.10ParamError - Incongruent paremeter error.
- 1.6.11ParseError - Generic input parsing error.
- 1.6.12SyntaxError - Syntax error descriptor.
- 1.6.13TableError - Error in Table class core operations.
- 1.6.14TypeError - Type mismatch in a typed operation.