Package org.a11y.brlapi.clients
Class ApiExceptionClient
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.ProgramComponent
-
- org.a11y.brlapi.Program
-
- org.a11y.brlapi.Client
-
- org.a11y.brlapi.clients.PauseClient
-
- org.a11y.brlapi.clients.ApiExceptionClient
-
- All Implemented Interfaces:
java.lang.Runnable
public class ApiExceptionClient extends PauseClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.a11y.brlapi.Client
Client.ClientTask, Client.RawModeTask, Client.TtyModeTask
-
Nested classes/interfaces inherited from class org.a11y.brlapi.Program
Program.Option
-
-
Field Summary
-
Fields inherited from class org.a11y.brlapi.clients.PauseClient
DEFAULT_WAIT_TIME, MINIMUM_WAIT_TIME
-
Fields inherited from class org.a11y.brlapi.Program
USAGE_OPTIONAL_BEGIN, USAGE_OPTIONAL_END, USAGE_REPEATING_INDICATOR
-
Fields inherited from class org.a11y.brlapi.ProgramComponent
EXIT_CODE_EXTERNAL, EXIT_CODE_INTERNAL, EXIT_CODE_SEMANTIC, EXIT_CODE_SUCCESS, EXIT_CODE_SYNTAX
-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Constructor Description ApiExceptionClient(java.lang.String... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
runClient(Connection connection)
-
Methods inherited from class org.a11y.brlapi.clients.PauseClient
extendUsageSummary, getWaitTime, pause
-
Methods inherited from class org.a11y.brlapi.Client
getParameter, pause, rawMode, rawMode, runProgram, setAuthenticationScheme, setServerHost, ttyMode, ttyMode
-
Methods inherited from class org.a11y.brlapi.Program
addOption, addOptionalParameters, addRepeatingParameter, addRequiredParameters, getProgramName, getPurpose, getUsageSummary, isClient, onProgramException, processParameters, run, setProgramName, writeProgramMessage
-
Methods inherited from class org.a11y.brlapi.ProgramComponent
isClient, isClient
-
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-
-
-
Method Detail
-
runClient
protected final void runClient(Connection connection) throws ProgramException
- Overrides:
runClient
in classPauseClient
- Throws:
ProgramException
-
-