public class IscobolRuntimeException extends RuntimeException
| Constructor and Description |
|---|
IscobolRuntimeException(int type,
String other) |
IscobolRuntimeException(int type,
Throwable e) |
IscobolRuntimeException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
int |
getErrNum()
Returns the error number.
|
static String |
getErrorDesc(int type)
Returns the textual description of the given error number.
|
Throwable |
initCause(Throwable cause) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IscobolRuntimeException(int type,
String other)
public IscobolRuntimeException(int type,
Throwable e)
public IscobolRuntimeException(Throwable e)
public static String getErrorDesc(int type)
public int getErrNum()