Serialized Form
-
Package org.a11y.brlapi
-
Error org.a11y.brlapi.APIError
class APIError extends Error implements Serializable-
Serialized Fields
-
apiError
int apiError
-
functionName
String functionName
-
gaiError
int gaiError
-
osError
int osError
-
-
-
Exception org.a11y.brlapi.APIException
class APIException extends RuntimeException implements Serializable-
Serialized Fields
-
connection
ConnectionBase connection
-
connectionHandle
long connectionHandle
-
errorNumber
int errorNumber
-
failedPacket
byte[] failedPacket
-
packetType
int packetType
-
-
-
Exception org.a11y.brlapi.AuthenticationException
class AuthenticationException extends ConnectException implements Serializable-
Serialized Fields
-
authenticationScheme
String authenticationScheme
-
-
-
Exception org.a11y.brlapi.ConnectException
class ConnectException extends ExternalException implements Serializable -
Exception org.a11y.brlapi.ExitException
class ExitException extends RuntimeException implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Exception org.a11y.brlapi.ExternalException
class ExternalException extends ProgramException implements Serializable -
Exception org.a11y.brlapi.HostException
class HostException extends ConnectException implements Serializable-
Serialized Fields
-
serverHost
String serverHost
-
-
-
Exception org.a11y.brlapi.LostConnectionException
class LostConnectionException extends RuntimeException implements Serializable -
Exception org.a11y.brlapi.OperandException
class OperandException extends ProgramException implements Serializable -
Exception org.a11y.brlapi.ProgramException
class ProgramException extends Exception implements Serializable -
Exception org.a11y.brlapi.SemanticException
class SemanticException extends OperandException implements Serializable -
Exception org.a11y.brlapi.SyntaxException
class SyntaxException extends OperandException implements Serializable -
Exception org.a11y.brlapi.TooManyParametersException
class TooManyParametersException extends SyntaxException implements Serializable -
Exception org.a11y.brlapi.UnknownHostException
class UnknownHostException extends HostException implements Serializable
-