org.tiian.flom
public class FlomException extends java.lang.Exception
| Constructor and Description |
|---|
FlomException(int returnCode)
Build a new FLoM excpetion object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode()
Get the return code of the native C function that returned an error
condition to the JNI wrapper method
|