Structure: exception

Object Description:

An exception identifier

Creation Command:

exception command

Permitted Scope:

local, global or application

Array Capability:

Yes

Membership Potential:

Yes

Graphic Primitive Capability:

No

User Function Capability:

Yes

 

Generic Elements

.access

-

string

Access rights

.alength

*

numeric

Array length

.class

*

string

Identifier class (exception)

.desc

-

string

Description

.elements

*

string[6]

Structure element names

.etypes

*

string[6]

Structure element types

.is_class

*

numeric func

Whether identifier is an instance of a particular class

.is_proc

*

numeric

Whether identifier is a procedure/function

.num_elements

*

numeric

Structure element count (6)

.owner

*

string

Owner user-id

.time

-

time

Modification time

.type

*

string

Identifier type (exception)

.variant

*

string

Identifier variant (identifier)

* = Read only element.

 

Structure Elements

.code

-

numeric

Error code number

.severity

-

numeric

Error severity

.style

-

string

Error type

.system

*

numeric

System generated (1/0)

.text

-

string

Error text

.trace

*

string[ ]

Error traceback

* = Read only element.