Next: , Up: System_exceptions


3.2.2.1 System.exceptions.exception

Implements: see System_object

Represents a Kite exception.

Supported constructors:

System.exceptions.exception(message)
Creates a new exception object with the given message.

Supported methods:

str()
Returns a string representation of the object (overridden; see System_object).
throw()
Throws exception.

Supported properties:

msg
Given message for exception.
trace
A list representing the stack trace of this exception; each element represents a method call.