Uses of Class
org.jboss.seam.remoting.wrapper.ConversionException

Packages that use ConversionException
org.jboss.seam.remoting.wrapper   
 

Uses of ConversionException in org.jboss.seam.remoting.wrapper
 

Methods in org.jboss.seam.remoting.wrapper that throw ConversionException
 Object BagWrapper.convert(Type type)
           
 Object BeanWrapper.convert(Type type)
           
 Object BooleanWrapper.convert(Type type)
           
 Object DateWrapper.convert(Type type)
           
 Object MapWrapper.convert(Type type)
           
 Object NullWrapper.convert(Type type)
           
 Object NumberWrapper.convert(Type type)
           
 Object StringWrapper.convert(Type type)
           
 Object Wrapper.convert(Type type)
          Convert the wrapped parameter value to the specified target class.