public class FTLException
extends java.lang.Exception
This is the root class of all FTL exceptions.
For details about the exception,
see java.lang.Throwable.getMessage.
Programmers can expect all FTL methods to throw
either FTLException, or a more specific subclass.
| Constructor and Description |
|---|
FTLException() |
FTLException(java.lang.String message) |
FTLException(java.lang.String message,
java.lang.Throwable cause) |
FTLException(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) |