Uses of Class
org.exolab.castor.xml.ValidationException

Packages that use ValidationException
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
org.exolab.castor.types The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation.  
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document.  
org.exolab.castor.xml.descriptors   
org.exolab.castor.xml.util   
org.exolab.castor.xml.validators   
 

Uses of ValidationException in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that throw ValidationException
 void BindXml.marshal(java.io.Writer out)
           
 void BindXml.marshal(org.xml.sax.ContentHandler handler)
           
static BindXml BindXml.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void BindXml.validate()
           
 void CacheTypeMapping.marshal(java.io.Writer out)
           
 void CacheTypeMapping.marshal(org.xml.sax.ContentHandler handler)
           
static CacheTypeMapping CacheTypeMapping.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void CacheTypeMapping.validate()
           
 void ClassChoice.marshal(java.io.Writer out)
           
 void ClassChoice.marshal(org.xml.sax.ContentHandler handler)
           
static ClassChoice ClassChoice.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void ClassChoice.validate()
           
 void ClassMapping.marshal(java.io.Writer out)
           
 void ClassMapping.marshal(org.xml.sax.ContentHandler handler)
           
static ClassMapping ClassMapping.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void ClassMapping.validate()
           
 void Container.marshal(java.io.Writer out)
           
 void Container.marshal(org.xml.sax.ContentHandler handler)
           
static Container Container.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void Container.validate()
           
 void FieldHandlerDef.marshal(java.io.Writer out)
           
 void FieldHandlerDef.marshal(org.xml.sax.ContentHandler handler)
           
static FieldHandlerDef FieldHandlerDef.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void FieldHandlerDef.validate()
           
 void FieldMapping.marshal(java.io.Writer out)
           
 void FieldMapping.marshal(org.xml.sax.ContentHandler handler)
           
static FieldMapping FieldMapping.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void FieldMapping.validate()
           
 void Include.marshal(java.io.Writer out)
           
 void Include.marshal(org.xml.sax.ContentHandler handler)
           
static Include Include.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void Include.validate()
           
 void KeyGeneratorDef.marshal(java.io.Writer out)
           
 void KeyGeneratorDef.marshal(org.xml.sax.ContentHandler handler)
           
static KeyGeneratorDef KeyGeneratorDef.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void KeyGeneratorDef.validate()
           
 void Ldap.marshal(java.io.Writer out)
           
 void Ldap.marshal(org.xml.sax.ContentHandler handler)
           
static Ldap Ldap.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void Ldap.validate()
           
 void MappingRoot.marshal(java.io.Writer out)
           
 void MappingRoot.marshal(org.xml.sax.ContentHandler handler)
           
static MappingRoot MappingRoot.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void MappingRoot.validate()
           
 void MapTo.marshal(java.io.Writer out)
           
 void MapTo.marshal(org.xml.sax.ContentHandler handler)
           
static MapTo MapTo.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void MapTo.validate()
           
 void NamedQuery.marshal(java.io.Writer out)
           
 void NamedQuery.marshal(org.xml.sax.ContentHandler handler)
           
static NamedQuery NamedQuery.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void NamedQuery.validate()
           
 void Param.marshal(java.io.Writer out)
           
 void Param.marshal(org.xml.sax.ContentHandler handler)
           
static Param Param.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void Param.validate()
           
 void Property.marshal(java.io.Writer out)
           
 void Property.marshal(org.xml.sax.ContentHandler handler)
           
static PropertyType Property.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void Property.validate()
           
 void PropertyType.validate()
           
 void QueryHint.marshal(java.io.Writer out)
           
 void QueryHint.marshal(org.xml.sax.ContentHandler handler)
           
static QueryHint QueryHint.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void QueryHint.validate()
           
 void Sql.marshal(java.io.Writer out)
           
 void Sql.marshal(org.xml.sax.ContentHandler handler)
           
static Sql Sql.unmarshal(java.io.Reader reader)
          Method unmarshal.
 void Sql.validate()
           
 

Uses of ValidationException in org.exolab.castor.types
 

Methods in org.exolab.castor.types that throw ValidationException
 void BaseDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, java.lang.String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 boolean RecurringDuration.equal(RecurringDuration reccD)
          Deprecated.  Returns true if the present instance of Recurring Duration is equal to the parameter.
 boolean RecurringDuration.isGreater(RecurringDuration reccD)
          Deprecated. Returns true if the present instance of RecurringDuration is greater than the parameter Note : the order relation follows the W3C XML Schema draft i.e rd1 < rd2 iff rd2-rd1>0
 boolean RecurringDurationBase.equal(RecurringDurationBase reccD)
          Deprecated. Returns true if the present instance of Recurring Duration Base is equal to the parameter.
 boolean RecurringDurationBase.isGreater(RecurringDurationBase reccD)
          Deprecated. Returns true if the present instance of RecurringDurationBase is greater than the parameter Note : the order relation follows the W3C XML Schema draft i.e rd1 < rd2 iff rd2-rd1>0
 

Uses of ValidationException in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return ValidationException
 ValidationException ValidationException.getNext()
          Returns the next ValidationException in the list, or null if no additional validation exceptions exist.
 

Methods in org.exolab.castor.xml with parameters of type ValidationException
protected  boolean ValidationException.remove(ValidationException exception)
          Removes the given ValidationException from the current list of ValidationException.
protected  void ValidationException.setLast(ValidationException exception)
          Adds the given ValidationException as the last exception in the list.
 void ValidationException.setNext(ValidationException exception)
          Sets the given ValidationException as the next Exception in the list.
 

Methods in org.exolab.castor.xml that throw ValidationException
 void FieldValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
(package private)  void IDResolverImpl.bind(java.lang.String id, java.lang.Object object, boolean isValidating)
          Binds a mapping from an ID to the referenced target object.
 void MarshalFramework.InternalXMLClassDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, java.lang.String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
static void Marshaller.marshal(java.lang.Object object, java.io.Writer out)
          Marshals the given Object as XML using the given writer.
static void Marshaller.marshal(java.lang.Object object, org.xml.sax.DocumentHandler handler)
          Marshals the given Object as XML using the given DocumentHandler to send events to.
static void Marshaller.marshal(java.lang.Object object, org.xml.sax.ContentHandler handler)
          Marshals the given Object as XML using the given ContentHandler to send events to.
static void Marshaller.marshal(java.lang.Object object, org.w3c.dom.Node node)
          Marshals the given Object as XML using the given DOM Node to send events to.
 void Marshaller.marshal(java.lang.Object object)
          Marshals the given Object as XML using the DocumentHandler for this Marshaller.
 void TypeValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 java.lang.Object Unmarshaller.unmarshal(java.io.Reader reader)
          Unmarshals Objects of this Unmarshaller's Class type.
 java.lang.Object Unmarshaller.unmarshal(EventProducer eventProducer)
          Deprecated. please use @see #unmarshal(SAX2EventProducer) instead.
 java.lang.Object Unmarshaller.unmarshal(SAX2EventProducer eventProducer)
          Unmarshals Objects of this Unmarshaller's Class type.
 java.lang.Object Unmarshaller.unmarshal(org.xml.sax.InputSource source)
          Unmarshals Objects of this Unmarshaller's Class type.
 java.lang.Object Unmarshaller.unmarshal(org.w3c.dom.Node node)
          Unmarshals Objects of this Unmarshaller's Class type.
static java.lang.Object Unmarshaller.unmarshal(java.lang.Class c, java.io.Reader reader)
          Unmarshals Objects of the given Class type.
static java.lang.Object Unmarshaller.unmarshal(java.lang.Class c, org.xml.sax.InputSource source)
          Unmarshals Objects of the given Class type.
static java.lang.Object Unmarshaller.unmarshal(java.lang.Class c, org.w3c.dom.Node node)
          Unmarshals Objects of the given Class type.
 void ValidationContext.addID(java.lang.String id)
          Adds current ID (as seen during (un)marshalling) to the ID cache.
 void Validator.validate(java.lang.Object object)
          Validates the given Object.
 void Validator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void Validator.checkUnresolvedIdrefs(ValidationContext context)
           
 void XMLClassDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, java.lang.String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 

Uses of ValidationException in org.exolab.castor.xml.descriptors
 

Methods in org.exolab.castor.xml.descriptors that throw ValidationException
 void BaseDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, java.lang.String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 

Uses of ValidationException in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util that throw ValidationException
 void XMLClassDescriptorImpl.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, java.lang.String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 void XMLClassDescriptorImpl.validate(java.lang.Object object)
          Validates the given Object
 void XMLClassDescriptorImpl.validate(java.lang.Object object, ValidationContext context)
          Validates the given object
 

Uses of ValidationException in org.exolab.castor.xml.validators
 

Methods in org.exolab.castor.xml.validators that throw ValidationException
 void BigIntegerValidator.validate(java.math.BigInteger value, ValidationContext context)
          Validates the given Object.
 void BigIntegerValidator.validate(java.lang.Object object)
          Validates the given Object.
 void BigIntegerValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void BooleanValidator.validate(boolean b, ValidationContext context)
          Validates the given Object.
 void BooleanValidator.validate(java.lang.Object object)
          Validates the given Object.
 void BooleanValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void ByteValidator.validate(byte b, ValidationContext context)
          Validates the given Object.
 void ByteValidator.validate(java.lang.Object object)
          Validates the given Object.
 void ByteValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void ClassValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void DateTimeValidator.validate(DateTimeBase dateTime)
          Validates a Date/Time instance.
 void DateTimeValidator.validate(DateTimeBase dateTime, ValidationContext context)
          Validates a Date/Time instance.
 void DateTimeValidator.validate(java.lang.Object object)
          Validates the given Object.
 void DateTimeValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void DecimalValidator.validate(java.math.BigDecimal bd, ValidationContext context)
          Validates the given Object.
 void DecimalValidator.validate(java.lang.Object object)
          Validates the given Object.
 void DecimalValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void DoubleValidator.validate(double d, ValidationContext context)
          Validates the given Object.
 void DoubleValidator.validate(java.lang.Object object)
          Validates the given Object.
 void DoubleValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void DurationValidator.validate(Duration duration)
          Validate a duration instance.
 void DurationValidator.validate(Duration duration, ValidationContext context)
          Validates a duration instance.
 void DurationValidator.validate(java.lang.Object object)
          Validates the given Object.
 void DurationValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void FloatValidator.validate(float d, ValidationContext context)
          Validates the given Object.
 void FloatValidator.validate(java.lang.Object object)
          Validates the given Object.
 void FloatValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void IdRefsValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void IdRefValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void IdValidator.validate(java.lang.String value, ValidationContext context)
          Validates the given Object.
 void IdValidator.validate(java.lang.Object object)
          Validates the given Object.
 void IdValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void IntegerValidator.validate(long i, ValidationContext context)
          Validates the given Object.
 void IntegerValidator.validate(java.lang.Object object)
          Validates the given Object.
 void IntegerValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void IntValidator.validate(int i, ValidationContext context)
          Validates the given Object.
 void IntValidator.validate(java.lang.Object object)
          Validates the given Object.
 void IntValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void LongValidator.validate(long value, ValidationContext context)
          Validates the given Object.
 void LongValidator.validate(java.lang.Object object)
          Validates the given Object.
 void LongValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void NameValidator.validate(java.lang.String value, ValidationContext context)
          Validates the given Object.
 void NameValidator.validate(java.lang.Object object)
          Validates the given Object.
 void NameValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void PatternValidator.validate(java.lang.String str, ValidationContext context)
          Validates the given String against the regular expression pattern of this PatternValidator.
 void PatternValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void ShortValidator.validate(short s, ValidationContext context)
          Validates the given Object.
 void ShortValidator.validate(java.lang.Object object)
          Validates the given Object.
 void ShortValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void SimpleTypeValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 void StringValidator.validate(java.lang.String value, ValidationContext context)
          Validates the given Object.
 void StringValidator.validate(java.lang.Object object)
          Validates the given Object.
 void StringValidator.validate(java.lang.Object object, ValidationContext context)
          Validates the given Object.
 



Copyright 2008 null. All Rights Reserved.