Uses of Class
org.codehaus.spice.converter.ConverterException

Packages that use ConverterException
org.codehaus.spice.converter Converter API. 
org.codehaus.spice.converter.lib Library of Converter implementations. 
 

Uses of ConverterException in org.codehaus.spice.converter
 

Methods in org.codehaus.spice.converter that throw ConverterException
 Object AbstractConverter.convert(Class destination, Object original, Object context)
          Convert an object from original to destination types
protected  Object AbstractConverter.noConvert(Object value, Throwable throwable)
          A helper method to throw an exception indicating that could not perform conversion of specified object due to an exception.
protected abstract  Object AbstractConverter.convert(Object original, Object context)
          Overide this in a particular converter to do the conversion.
 Object AbstractMasterConverter.convert(Class destination, Object original, Object context)
          Convert object to destination type.
 Object Converter.convert(Class destination, Object original, Object context)
          Convert original to destination type.
 

Uses of ConverterException in org.codehaus.spice.converter.lib
 

Methods in org.codehaus.spice.converter.lib that throw ConverterException
 Object StringToURLConverter.convert(Object object, Object context)
          Converts a String to a URL.
 Object StringToTimestampConverter.convert(Object object, Object context)
          Converts a String to a Timestamp.
 Object StringToTimeConverter.convert(Object object, Object context)
          Converts a String to a Time.
 Object StringToShortConverter.convert(Object object, Object context)
          Converts a String to a Short.
 Object StringToSQLDateConverter.convert(Object object, Object context)
          Converts a String to a Date.
 Object StringToLongConverter.convert(Object object, Object context)
          Converts a String to a Long.
 Object StringToIntegerConverter.convert(Object object, Object context)
          Converts a String to an Integer.
 Object StringToFloatConverter.convert(Object object, Object context)
          Converts a String to a Float.
 Object StringToFileConverter.convert(Object object, Object context)
          Converts a String to a File.
 Object StringToDoubleConverter.convert(Object object, Object context)
          Converts a String to a Double.
 Object StringToDateConverter.convert(Object object, Object context)
          Converts a String to a Date.
 Object StringToClassConverter.convert(Object object, Object context)
          Converts a String to a Class.
 Object StringToByteConverter.convert(Object object, Object context)
          Converts a String to a Byte.
 Object StringToBooleanConverter.convert(Object object, Object context)
          Converts a String to a Boolean.
 Object StringToBigIntegerConverter.convert(Object object, Object context)
          Converts a String to a BigInteger.
 Object StringToBigDecimalConverter.convert(Object object, Object context)
          Converts a String to a BigDecimal.
 Object ObjectToStringConverter.convert(Object object, Object context)
          Converts a Object to a String.
 



Copyright © 2000-2003 Codehaus. All Rights Reserved.