NotFoundException
graph BT
N1["NotFoundException"] -->|inherits| N2["Exception"];
N2["Exception"] -->|inherits| N3["Stringable"];
N3["Stringable"] -->|inherits| N4["Any"];
Characteristics
Quality |
Value |
Inherits |
Exception |
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
Properties
message
trace_stack
trace_stack List[ExceptionTrace]