Package org.a11y.BrlAPI
Class Error
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.a11y.BrlAPI.Error
-
- All Implemented Interfaces:
java.io.Serializable
public class Error extends java.lang.Error
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONNREFUSED
static int
DEVICEBUSY
static int
DRIVERERROR
static int
EMPTYKEY
static int
EOF
static int
GAIERR
static int
ILLEGAL_INSTRUCTION
static int
INVALID_PACKET
static int
INVALID_PARAMETER
static int
LIBCERR
static int
NOMEM
static int
OPNOTSUPP
static int
PROTOCOL_VERSION
static int
SUCCESS
static int
TTYBUSY
static int
UNKNOWN_INSTRUCTION
static int
UNKNOWNTTY
-
Constructor Summary
Constructors Constructor Description Error(int brlerrno, int libcerrno, int gaierrno, java.lang.String errfun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
-
NOMEM
public static final int NOMEM
- See Also:
- Constant Field Values
-
TTYBUSY
public static final int TTYBUSY
- See Also:
- Constant Field Values
-
DEVICEBUSY
public static final int DEVICEBUSY
- See Also:
- Constant Field Values
-
UNKNOWN_INSTRUCTION
public static final int UNKNOWN_INSTRUCTION
- See Also:
- Constant Field Values
-
ILLEGAL_INSTRUCTION
public static final int ILLEGAL_INSTRUCTION
- See Also:
- Constant Field Values
-
INVALID_PARAMETER
public static final int INVALID_PARAMETER
- See Also:
- Constant Field Values
-
INVALID_PACKET
public static final int INVALID_PACKET
- See Also:
- Constant Field Values
-
CONNREFUSED
public static final int CONNREFUSED
- See Also:
- Constant Field Values
-
OPNOTSUPP
public static final int OPNOTSUPP
- See Also:
- Constant Field Values
-
GAIERR
public static final int GAIERR
- See Also:
- Constant Field Values
-
LIBCERR
public static final int LIBCERR
- See Also:
- Constant Field Values
-
UNKNOWNTTY
public static final int UNKNOWNTTY
- See Also:
- Constant Field Values
-
PROTOCOL_VERSION
public static final int PROTOCOL_VERSION
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
EMPTYKEY
public static final int EMPTYKEY
- See Also:
- Constant Field Values
-
DRIVERERROR
public static final int DRIVERERROR
- See Also:
- Constant Field Values
-
-