public class DecoderException
extends java.lang.Exception
限定符和类型 | 类和说明 |
---|---|
static class |
DecoderException.ResultID
Exception result codes for all functions.
|
构造器和说明 |
---|
DecoderException(int code,
java.lang.String message)
Exception thrown by the API when an error occurs.
|
限定符和类型 | 方法和说明 |
---|---|
int |
getErrorCode()
Returns the error code set when an exception occurs.
|