TolliumException (open)
Exception from a Tollium component
Syntax
LOADLIB "mod::tollium/lib/componentbase.whlib";
OBJECTTYPE TolliumException
Constructor
- MACRO NEW(OBJECT badobj, STRING what)
Constructs a new TolliumException
Variables
- STRING what (inherited from Exception)
Message for this exception
Properties
- PROPERTY component
Relevant component
- PROPERTY trace (inherited from Exception)
Contains the unwind trace for this exception
Functions
- RECORD FUNCTION EncodeForIPC() (inherited from Exception)
Encode into a record for transfer over IPC. Use RegisterReceivedExceptionType to register decoders for other types of exception.