Package org.a11y.brlapi
Class APIError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.a11y.brlapi.APIError
-
- All Implemented Interfaces:
java.io.Serializable
public class APIError extends java.lang.Error- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCONNREFUSEDstatic intDEVICEBUSYstatic intDRIVERERRORstatic intEMPTYKEYstatic intEOFstatic intGAIERRstatic intILLEGAL_INSTRUCTIONstatic intINVALID_PACKETstatic intINVALID_PARAMETERstatic intLIBCERRstatic intNOMEMstatic intOPNOTSUPPstatic intPROTOCOL_VERSIONstatic intSUCCESSstatic intTTYBUSYstatic intUNKNOWN_INSTRUCTIONstatic intUNKNOWNTTY
-
Constructor Summary
Constructors Constructor Description APIError(int api, int os, int gai, java.lang.String function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetApiError()java.lang.StringgetFunctionName()intgetGaiError()intgetOsError()java.lang.StringtoString()
-
-
-
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
-
-