Skip to content

Exception

graph BT
N1["Exception"] -->|inherits| N2["Stringable"];
N2["Stringable"] -->|inherits| N3["Any"];

Characteristics

Quality Value
Inherits Stringable
Extends N/A
Decorators N/A
Is enum false
Is sealed false
Is extern false
Is abstract false
Is generator false
Has value semantics false
Has stored properties true
Should register destructor false
Has atomic memory false
Is copy assignable false
Is zero initializable false

Methods

construct

#default
#Gambol.function.alwaysinline
construct (s strictly @Self) -> Self

str

str (s @Self) -> String

Properties

message

message String

trace_stack

trace_stack List[ExceptionTrace]