Uses of Class
com.bc.ceres.binding.ValidationException
-
Packages that use ValidationException Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.com.bc.ceres.binding.validators Contains some commonValidatorimplementations.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperatorimplementations.org.esa.snap.core.gpf.common.support org.esa.snap.core.util Provides several utility classes used throughout SNAP. -
-
Uses of ValidationException in com.bc.ceres.binding
Methods in com.bc.ceres.binding that throw ValidationException Modifier and Type Method Description voidProperty. setValue(Object value)voidProperty. setValueFromText(String text)voidProperty. validate(Object value)voidValidator. validateValue(Property property, Object value)Validates a value with respect to a provided property. -
Uses of ValidationException in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that throw ValidationException Modifier and Type Method Description ObjectDefaultDomConverter. convertDomToValue(DomElement parentElement, Object value)Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType().ObjectDomConverter. convertDomToValue(DomElement parentElement, Object value)Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType().ObjectXStreamDomConverter. convertDomToValue(DomElement parentElement, Object value) -
Uses of ValidationException in com.bc.ceres.binding.validators
Methods in com.bc.ceres.binding.validators that throw ValidationException Modifier and Type Method Description voidArrayValidator. validateValue(Property property, Object value)voidIntervalValidator. validateValue(Property property, Object value)voidMultiValidator. validateValue(Property property, Object value)voidNotEmptyValidator. validateValue(Property property, Object value)voidNotNullValidator. validateValue(Property property, Object value)voidPatternValidator. validateValue(Property property, Object value)voidTypeValidator. validateValue(Property property, Object value)voidValueSetValidator. validateValue(Property property, Object value) -
Uses of ValidationException in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that throw ValidationException Modifier and Type Method Description Map<String,Object>ParameterBlockConverter. convertXmlToMap(String xml, Class<?> schema) -
Uses of ValidationException in org.esa.snap.core.gpf.common.support
Methods in org.esa.snap.core.gpf.common.support that throw ValidationException Modifier and Type Method Description BandMathsOp.BandDescriptor[]BandDescriptorDomConverter. convertDomToValue(DomElement parentElement, Object value) -
Uses of ValidationException in org.esa.snap.core.util
Methods in org.esa.snap.core.util that throw ValidationException Modifier and Type Method Description ProductData.UTC[]TimeStampExtractor. extractTimeStamps(String fileName)Provides the start and stop time of the respective filename.voidTimeStampExtractor.DateInterpretationPatternValidator. validateValue(Property property, Object value)voidTimeStampExtractor.FilenameInterpretationPatternValidator. validateValue(Property property, Object value)
-