Uses of Class
org.sonatype.gshell.util.converter.ConversionException

Packages that use ConversionException
org.sonatype.gshell.util.converter   
 

Uses of ConversionException in org.sonatype.gshell.util.converter
 

Methods in org.sonatype.gshell.util.converter that throw ConversionException
static Object Converters.getValue(String type, String value, ClassLoader classLoader)
           
static Object Converters.getValue(Type type, String value)
           
 Object Converter.toObject(String text)
          Converts the supplied text in to an instance of the editor type.
 String Converter.toString(Object value)
          Converts the supplied object to text.
static String Converters.toString(Object value)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.