Package org.a11y.brlapi
Class APIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.a11y.brlapi.APIException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
final byte[]
final int
static String
getPacketTypeName
(int type) toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
APIException
public APIException(long handle, int error, int type, byte[] packet)
-
-
Method Details