Uses of Class
com.bc.ceres.binding.ValidationException
Packages that use ValidationException
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.
Provides a very basic DOM abstraction and a converter for it.
Contains some common
Validator
implementations.Provides annotations for GPF
Operator
implementations.Provides several utility classes used throughout SNAP.
-
Uses of ValidationException in com.bc.ceres.binding
Methods in com.bc.ceres.binding that throw ValidationExceptionModifier and TypeMethodDescriptionvoid
void
Property.setValueFromText
(String text) void
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 ValidationExceptionModifier 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) -
Uses of ValidationException in com.bc.ceres.binding.validators
Methods in com.bc.ceres.binding.validators that throw ValidationExceptionModifier and TypeMethodDescriptionvoid
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 -
Uses of ValidationException in org.esa.snap.core.gpf.common.support
Methods in org.esa.snap.core.gpf.common.support that throw ValidationExceptionModifier and TypeMethodDescriptionBandDescriptorDomConverter.convertDomToValue
(DomElement parentElement, Object value) -
Uses of ValidationException in org.esa.snap.core.util
Methods in org.esa.snap.core.util that throw ValidationExceptionModifier and TypeMethodDescriptionTimeStampExtractor.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)