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 TypeMethodDescriptionvoidvoidProperty.setValueFromText(String text) voidvoidValidator.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 TypeMethodDescriptionvoidArrayValidator.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 -
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.voidTimeStampExtractor.DateInterpretationPatternValidator.validateValue(Property property, Object value) voidTimeStampExtractor.FilenameInterpretationPatternValidator.validateValue(Property property, Object value)