Uses of Class
org.xins.common.types.TypeValueException

Packages that use TypeValueException
org.xins.common.types XINS type classes. 
org.xins.common.types.standard Standard XINS types. 
 

Uses of TypeValueException in org.xins.common.types
 

Methods in org.xins.common.types that throw TypeValueException
protected  Object List.fromStringImpl(String string)
          Converts from a String to an instance of the value class for this type (implementation method).
 String List.toString(Object value)
          Generates a string representation of the specified value for this type.
 String PatternType.toString(Object value)
           
 String EnumType.toString(Object value)
          Generates a string representation of the specified value for this type.
 void Type.checkValue(String value)
          Checks if the specified value is valid for this type and throws an exception if not.
 Object Type.fromString(String string)
          Converts from a String to an instance of the value class for this type (wrapper method).
protected abstract  Object Type.fromStringImpl(String string)
          Converts from a String to an instance of the value class for this type (implementation method).
 String Type.toString(Object value)
          Generates a string representation of the specified value for this type.
 

Uses of TypeValueException in org.xins.common.types.standard
 

Methods in org.xins.common.types.standard that throw TypeValueException
static Set.Value Set.fromStringForRequired(String string)
          Constructs a Set.Value from the specified string which is guaranteed to be non-null.
static Set.Value Set.fromStringForOptional(String string)
          Constructs a Set.Value from the specified string.
static List.Value List.fromStringForRequired(String string)
          Constructs a List.Value from the specified string which is guaranteed to be non-null.
static List.Value List.fromStringForOptional(String string)
          Constructs a List.Value from the specified string.
static Timestamp.Value Timestamp.fromStringForRequired(String string)
          Constructs a Timestamp.Value from the specified non-null string.
static Timestamp.Value Timestamp.fromStringForOptional(String string)
          Constructs a Timestamp.Value from the specified string.
protected  Object Timestamp.fromStringImpl(String string)
           
 String Timestamp.toString(Object value)
           
static long Int64.fromStringForRequired(String string)
          Converts the specified non-null string value to a long.
static Long Int64.fromStringForOptional(String string)
          Converts the specified string value to a Long value.
 String Int64.toString(Object value)
           
static Date.Value Date.fromStringForRequired(String string)
          Constructs a Date.Value from the specified string which is guaranteed to be non-null.
static Date.Value Date.fromStringForOptional(String string)
          Constructs a Date.Value from the specified string.
protected  Object Date.fromStringImpl(String string)
           
 String Date.toString(Object value)
           
static byte[] Base64.fromStringForRequired(String string)
          Converts the specified non-null string value to an byte[].
static byte[] Base64.fromStringForOptional(String string)
          Converts the specified string value to an byte[] value.
protected  Object Base64.fromStringImpl(String string)
          Converts from a String to an instance of the value class for this type (implementation method).
 String Base64.toString(Object value)
          Generates a string representation of the specified value for this type.
static Descriptor Descriptor.fromStringForRequired(String string)
          Constructs a org.xins.common.service.Descriptor from the specified string which is guaranteed to be non-null.
static Descriptor Descriptor.fromStringForOptional(String string)
          Constructs a org.xins.common.service.Descriptor from the specified string.
protected  Object Descriptor.fromStringImpl(String string)
           
 String Descriptor.toString(Object value)
           
static byte[] Hex.fromStringForRequired(String string)
          Converts the specified non-null string value to a byte[] value.
static byte[] Hex.fromStringForOptional(String string)
          Converts the specified string value to a byte[] value.
protected  Object Hex.fromStringImpl(String string)
          Converts from a String to an instance of the value class for this type (implementation method).
 String Hex.toString(Object value)
          Generates a string representation of the specified value for this type.
static String URL.fromStringForRequired(String string)
          Converts the specified non-null string value to a String.
static String URL.fromStringForOptional(String string)
          Converts the specified string value to a String value.
 String URL.toString(Object value)
           
static short Int16.fromStringForRequired(String string)
          Converts the specified non-null string value to a short.
static Short Int16.fromStringForOptional(String string)
          Converts the specified string value to a Short value.
 String Int16.toString(Object value)
           
static String Text.fromStringForRequired(String string)
          Converts the specified non-null string value to a String.
static String Text.fromStringForOptional(String string)
          Converts the specified string value to a String value.
 String Text.toString(Object value)
           
static double Float64.fromStringForRequired(String string)
          Converts the specified non-null string value to an double.
static Double Float64.fromStringForOptional(String string)
          Converts the specified string value to an Double value.
 String Float64.toString(Object value)
           
static int Int32.fromStringForRequired(String string)
          Converts the specified non-null string value to an int.
static Integer Int32.fromStringForOptional(String string)
          Converts the specified string value to an Integer value.
 String Int32.toString(Object value)
           
static PropertyReader Properties.fromStringForRequired(String string)
          Constructs a PropertyReader from the specified string which is guaranteed to be non-null.
static PropertyReader Properties.fromStringForOptional(String string)
          Constructs a PropertyReader from the specified string.
protected  Object Properties.fromStringImpl(String string)
           
 String Properties.toString(Object value)
           
static boolean Boolean.fromStringForRequired(String string)
          Converts the specified non-null string value to a boolean.
static Boolean Boolean.fromStringForOptional(String string)
          Converts the specified string value to a java.lang.Boolean value.
 String Boolean.toString(Object value)
          Generates a string representation of the specified value for this type.
static byte Int8.fromStringForRequired(String string)
          Converts the specified non-null string value to a byte.
static Byte Int8.fromStringForOptional(String string)
          Converts the specified string value to a Byte value.
 String Int8.toString(Object value)
           
static float Float32.fromStringForRequired(String string)
          Converts the specified non-null string value to an float.
static Float Float32.fromStringForOptional(String string)
          Converts the specified string value to an Float value.
 String Float32.toString(Object value)
           
 



See http://www.xins.org/.