public class DecoderException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
DecoderException.ResultID
Exception result codes for all functions.
|
Constructor and Description |
---|
DecoderException(int code,
java.lang.String message)
Exception thrown by the API when an error occurs.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Returns the error code set when an exception occurs.
|