Uses of Class
com.bc.ceres.binding.ConversionException
Packages that use ConversionException
Package
Description
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
Contains some common
Converter implementations.Provides a very basic DOM abstraction and a converter for it.
Provides annotations for GPF
Operator implementations.-
Uses of ConversionException in com.bc.ceres.binding
Methods in com.bc.ceres.binding that throw ConversionExceptionModifier and TypeMethodDescriptionConverts a value from its plain text representation to a Java object instance of the type returned byConverter.getValueType().static ValueSetValueSet.parseValueSet(String[] valueStrings, Converter itemConverter) Converts a string array into a value set. -
Uses of ConversionException in com.bc.ceres.binding.converters
Methods in com.bc.ceres.binding.converters that throw ConversionException -
Uses of ConversionException in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that throw ConversionExceptionModifier and TypeMethodDescriptionDefaultDomConverter.convertDomToValue(DomElement parentElement, Object value) Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType().DomConverter.convertDomToValue(DomElement parentElement, Object value) Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType().XStreamDomConverter.convertDomToValue(DomElement parentElement, Object value) voidDefaultDomConverter.convertValueToDom(Object value, DomElement parentElement) Converts a (complex) value of the type returned byDomConverter.getValueType()to its DOM representation which may be further converted to XML.voidDomConverter.convertValueToDom(Object value, DomElement parentElement) Converts a (complex) value of the type returned byDomConverter.getValueType()to its DOM representation which may be further converted to XML.voidXStreamDomConverter.convertValueToDom(Object value, DomElement parentElement) -
Uses of ConversionException in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that throw ConversionExceptionModifier and TypeMethodDescriptionConverts a value from its plain text representation to a Java object instance of the type returned byCssColorConverter.getValueType(). -
Uses of ConversionException in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that throw ConversionExceptionModifier and TypeMethodDescriptionstatic PropertyDescriptorParameterDescriptorFactory.convert(ParameterDescriptor parameterDescriptor, Map<String, Product> sourceProductMap) ParameterBlockConverter.convertObjectToXml(Object object) ParameterBlockConverter.convertXmlToMap(String xml, Class<?> schema) -
Uses of ConversionException in org.esa.snap.core.gpf.common.rtv
Methods in org.esa.snap.core.gpf.common.rtv that throw ConversionException -
Uses of ConversionException in org.esa.snap.core.gpf.common.support
Methods in org.esa.snap.core.gpf.common.support that throw ConversionExceptionModifier and TypeMethodDescriptionBandDescriptorDomConverter.convertDomToValue(DomElement parentElement, Object value) voidBandDescriptorDomConverter.convertValueToDom(Object value, DomElement parentElement) -
Uses of ConversionException in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that throw ConversionExceptionModifier and TypeMethodDescriptionstatic PropertySetDescriptorPropertySetDescriptorFactory.createForOperator(OperatorDescriptor operatorDescriptor, Map<String, Product> sourceProductMap) -
Uses of ConversionException in org.esa.snap.core.util.converters
Methods in org.esa.snap.core.util.converters that throw ConversionException