Inheritance Graph
graph BT
Exception
Exception --> ExtObject
click Exception "escript_type_Exception"
click ExtObject "escript_type_ExtObject"
Functions
| |
|
| _constructor([p0]) |
[ESMF] new Exception([String message]) |
| getFilename() |
[ESMF] String Exception.getFilename() |
| getLine() |
[ESMF] Number Exception.getLine() |
| getMessage() |
[ESMF] String Exception.getMessage() |
| getStackInfo() |
[ESMF] String Exception.getStackInfo() |
| setFilename(p0) |
[ESMF] thisObj Exception.getFilename(String) |
| setLine(p0) |
[ESMF] thisObj Exception.setLine(Number) |
| setMessage(p0) |
[ESMF] thisObj Exception.setMessage(String) |
| setStackInfo(p0) |
[ESMF] thisObj Exception.setStackInfo(String) |