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 commonValidator
implementations.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations.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 void
Property. setValue(Object value)
void
Property. setValueFromText(String text)
void
Property. validate(Object value)
void
Validator. 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 Object
DefaultDomConverter. convertDomToValue(DomElement parentElement, Object value)
Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.Object
DomConverter. convertDomToValue(DomElement parentElement, Object value)
Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.Object
XStreamDomConverter. 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 void
ArrayValidator. validateValue(Property property, Object value)
void
IntervalValidator. validateValue(Property property, Object value)
void
MultiValidator. validateValue(Property property, Object value)
void
NotEmptyValidator. validateValue(Property property, Object value)
void
NotNullValidator. validateValue(Property property, Object value)
void
PatternValidator. validateValue(Property property, Object value)
void
TypeValidator. validateValue(Property property, Object value)
void
ValueSetValidator. 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.void
TimeStampExtractor.DateInterpretationPatternValidator. validateValue(Property property, Object value)
void
TimeStampExtractor.FilenameInterpretationPatternValidator. validateValue(Property property, Object value)
-