|
JSim 2026.06.01-p(1)
|
Public Member Functions | |
| JSimException (String operation, int rc, String suggestion) | |
| int | getRc () |
Runtime exception type for JSim native operation failures.
A well-formed JSimException answers: what happened (operation), how it happened (native return code), and how to fix it (suggestion).
|
inline |
Constructs a new JSimException describing a native operation failure.
| operation | operation that failed |
| rc | native return code (non-zero indicates an error) |
| suggestion | how to fix or mitigate the failure |
|
inline |
Returns the native return code associated with this failure.