Uses of Class
org.a11y.brlapi.SyntaxException
Packages that use SyntaxException
Package
Description
-
Uses of SyntaxException in org.a11y.brlapi
Subclasses of SyntaxException in org.a11y.brlapiMethods in org.a11y.brlapi that throw SyntaxExceptionModifier and TypeMethodDescriptionstatic Boolean
static byte
static byte
static byte
static int
Parse.asCursorPosition
(String operand) static int
Parse.asDisplayNumber
(String operand) static byte
static int
static int
static int
static long
static long
static long
static short
static short
static short
static void
Parse.checkMaximum
(String description, long value, long maximum) static void
Parse.checkMinimum
(String description, long value, long minimum) static void
Parse.checkRange
(String description, long value, long minimum, long maximum) void
Program.Option.Handler.handleOption
(String[] operands) protected void
Program.processParameters
(String[] parameters) void
final Client
Client.setAuthenticationScheme
(String scheme) final Client
Client.setServerHost
(String host) -
Uses of SyntaxException in org.a11y.brlapi.clients
Methods in org.a11y.brlapi.clients that throw SyntaxExceptionModifier and TypeMethodDescriptionprotected void
EchoClient.processParameters
(String[] parameters) protected void
ListParametersClient.processParameters
(String[] parameters) protected void
SetParameterClient.processParameters
(String[] parameters) protected final void
WriteDotsClient.processParameters
(String[] parameters) -
Uses of SyntaxException in org.a11y.brlapi.commands
Methods in org.a11y.brlapi.commands that throw SyntaxExceptionModifier and TypeMethodDescriptionprotected final void
ApiToolCommand.processParameters
(String[] parameters) -
Uses of SyntaxException in org.a11y.brlapi.parameters
Methods in org.a11y.brlapi.parameters that throw SyntaxException