public class FTLRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
FTLRuntimeException() |
FTLRuntimeException(java.lang.String message) |
FTLRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
FTLRuntimeException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
The error code is -1 unless the underlying library sets it.
|
void |
setErrorCode(int code) |
public FTLRuntimeException()
public FTLRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public FTLRuntimeException(java.lang.String message)
public FTLRuntimeException(java.lang.Throwable cause)