Uses of Class
org.avis.util.InvalidFormatException

Packages that use InvalidFormatException
org.avis.client   
org.avis.util   
 

Uses of InvalidFormatException in org.avis.client
 

Methods in org.avis.client that throw InvalidFormatException
static void Notification.parse(Notification ntfn, Reader in)
          Parse an expression representing a notification and populate the given notification with the values.
 

Constructors in org.avis.client that throw InvalidFormatException
Notification(Reader in)
          Create an instance from an encoded notification read from a stream.
Notification(String ntfnExpr)
          Create an instance from an string encoded notification.
 

Uses of InvalidFormatException in org.avis.util
 

Methods in org.avis.util that throw InvalidFormatException
static byte[] Text.dataToBytes(byte[] expr)
          Turn a data block expression into a block of bytes.
static String Text.expandBackslashes(String text)
          Expand C-like backslash codes such as \n \x90 etc into their literal values.
static byte Text.hexToByte(String byteExpr)
          Parse a string expression as a hex-coded unsigned byte.
static byte[] Text.hexToBytes(String string)
          Parse a series of hex pairs as a sequence of unsigned bytes.
static String Text.quotedStringToString(String valueExpr)
          Parse a string value in the format "string", allowing escaped "'s inside the string.
static Number Text.stringToNumber(String valueExpr)
          Parse a numeric int, long or double value.
static byte[] Text.stringToOpaque(String valueExpr)
          Parse an opaque value expression e.g.
static Object Text.stringToValue(String expr)
          Parse a string expression as a value.
static String Text.stripBackslashes(String text)
          Remove any \'s from a string.
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.