All Classes |Grouped Classes |Index

Class CL_Exception

Top-level exception class. More...

Derived from:

public exception

Derived by:

CL_DomException, CL_XPathException

Group:

System (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_Exception

Constructs an exception object.


Attributes:

message

Description of exception.

what

Returns description of exception.


Operations:

get_stack_trace

Returns the call stack present when the exception object was created.

get_message_and_stack_trace

Returns the message and call stack present when the exception object was created, formatted using newlines.