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

Packages that use ValidationException
org.exolab.castor.mapping.xml   
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 Sql.marshal(ContentHandler handler)
           
 void QueryHint.marshal(ContentHandler handler)
           
 void Property.marshal(ContentHandler handler)
           
 void Param.marshal(ContentHandler handler)
           
 void NamedQuery.marshal(ContentHandler handler)
           
 void NamedNativeQuery.marshal(ContentHandler handler)
           
 void MapTo.marshal(ContentHandler handler)
           
 void MappingRoot.marshal(ContentHandler handler)
           
 void Ldap.marshal(ContentHandler handler)
           
 void KeyGeneratorDef.marshal(ContentHandler handler)
           
 void Include.marshal(ContentHandler handler)
           
 void FieldMapping.marshal(ContentHandler handler)
           
 void FieldHandlerDef.marshal(ContentHandler handler)
           
 void Container.marshal(ContentHandler handler)
           
 void ClassMapping.marshal(ContentHandler handler)
           
 void ClassChoice.marshal(ContentHandler handler)
           
 void CacheTypeMapping.marshal(ContentHandler handler)
           
 void BindXml.marshal(ContentHandler handler)
           
 void Sql.marshal(Writer out)
           
 void QueryHint.marshal(Writer out)
           
 void Property.marshal(Writer out)
           
 void Param.marshal(Writer out)
           
 void NamedQuery.marshal(Writer out)
           
 void NamedNativeQuery.marshal(Writer out)
           
 void MapTo.marshal(Writer out)
           
 void MappingRoot.marshal(Writer out)
           
 void Ldap.marshal(Writer out)
           
 void KeyGeneratorDef.marshal(Writer out)
           
 void Include.marshal(Writer out)
           
 void FieldMapping.marshal(Writer out)
           
 void FieldHandlerDef.marshal(Writer out)
           
 void Container.marshal(Writer out)
           
 void ClassMapping.marshal(Writer out)
           
 void ClassChoice.marshal(Writer out)
           
 void CacheTypeMapping.marshal(Writer out)
           
 void BindXml.marshal(Writer out)
           
static Sql Sql.unmarshal(Reader reader)
          Method unmarshal.
static QueryHint QueryHint.unmarshal(Reader reader)
          Method unmarshal.
static Property Property.unmarshal(Reader reader)
          Method unmarshal.
static Param Param.unmarshal(Reader reader)
          Method unmarshal.
static NamedQuery NamedQuery.unmarshal(Reader reader)
          Method unmarshal.
static NamedNativeQuery NamedNativeQuery.unmarshal(Reader reader)
          Method unmarshal.
static MapTo MapTo.unmarshal(Reader reader)
          Method unmarshal.
static MappingRoot MappingRoot.unmarshal(Reader reader)
          Method unmarshal.
static Ldap Ldap.unmarshal(Reader reader)
          Method unmarshal.
static KeyGeneratorDef KeyGeneratorDef.unmarshal(Reader reader)
          Method unmarshal.
static Include Include.unmarshal(Reader reader)
          Method unmarshal.
static FieldMapping FieldMapping.unmarshal(Reader reader)
          Method unmarshal.
static FieldHandlerDef FieldHandlerDef.unmarshal(Reader reader)
          Method unmarshal.
static Container Container.unmarshal(Reader reader)
          Method unmarshal.
static ClassMapping ClassMapping.unmarshal(Reader reader)
          Method unmarshal.
static ClassChoice ClassChoice.unmarshal(Reader reader)
          Method unmarshal.
static CacheTypeMapping CacheTypeMapping.unmarshal(Reader reader)
          Method unmarshal.
static BindXml BindXml.unmarshal(Reader reader)
          Method unmarshal.
 void Sql.validate()
           
 void QueryHint.validate()
           
 void PropertyType.validate()
           
 void Property.validate()
           
 void Param.validate()
           
 void NamedQuery.validate()
           
 void NamedNativeQuery.validate()
           
 void MapTo.validate()
           
 void MappingRoot.validate()
           
 void Ldap.validate()
           
 void KeyGeneratorDef.validate()
           
 void Include.validate()
           
 void FieldMapping.validate()
           
 void FieldHandlerDef.validate()
           
 void Container.validate()
           
 void ClassMapping.validate()
           
 void ClassChoice.validate()
           
 void CacheTypeMapping.validate()
           
 void BindXml.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, 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 RecurringDurationBase.equal(RecurringDurationBase reccD)
          Deprecated. Returns true if the present instance of Recurring Duration Base 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.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 ValidationContext.addID(String id)
          Adds current ID (as seen during (un)marshalling) to the ID cache.
 void XMLClassDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 void Validator.checkUnresolvedIdrefs(ValidationContext context)
           
 void Marshaller.marshal(Object object)
          Marshals the given Object as XML using the DocumentHandler for this Marshaller.
static void Marshaller.marshal(Object object, ContentHandler handler)
          Marshals the given Object as XML using the given ContentHandler to send events to.
static void Marshaller.marshal(Object object, DocumentHandler handler)
          Marshals the given Object as XML using the given DocumentHandler to send events to.
static void Marshaller.marshal(Object object, Node node)
          Marshals the given Object as XML using the given DOM Node to send events to.
static void Marshaller.marshal(Object object, Writer out)
          Marshals the given Object as XML using the given writer.
static Object Unmarshaller.unmarshal(Class c, InputSource source)
          Unmarshals Objects of the given Class type.
static Object Unmarshaller.unmarshal(Class c, Node node)
          Unmarshals Objects of the given Class type.
static Object Unmarshaller.unmarshal(Class c, Reader reader)
          Unmarshals Objects of the given Class type.
 Object Unmarshaller.unmarshal(EventProducer eventProducer)
          Deprecated. please use @see #unmarshal(SAX2EventProducer) instead.
 Object Unmarshaller.unmarshal(InputSource source)
          Unmarshals Objects of this Unmarshaller's Class type.
 Object Unmarshaller.unmarshal(Node node)
          Unmarshals Objects of this Unmarshaller's Class type.
 Object Unmarshaller.unmarshal(Reader reader)
          Unmarshals Objects of this Unmarshaller's Class type.
 Object Unmarshaller.unmarshal(SAX2EventProducer eventProducer)
          Unmarshals Objects of this Unmarshaller's Class type.
 void Validator.validate(Object object)
          Validates the given Object.
 void Validator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void TypeValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void FieldValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 

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, 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, 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(Object object)
          Validates the given Object
 void XMLClassDescriptorImpl.validate(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 DecimalValidator.validate(BigDecimal bd, ValidationContext context)
          Validates the given Object.
 void BigIntegerValidator.validate(BigInteger value, ValidationContext context)
          Validates the given Object.
 void BooleanValidator.validate(boolean b, ValidationContext context)
          Validates the given Object.
 void ByteValidator.validate(byte b, 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 DoubleValidator.validate(double d, 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 FloatValidator.validate(float d, ValidationContext context)
          Validates the given Object.
 void IntValidator.validate(int i, ValidationContext context)
          Validates the given Object.
 void LongValidator.validate(long value, ValidationContext context)
          Validates the given Object.
 void IntegerValidator.validate(long i, ValidationContext context)
          Validates the given Object.
 void StringValidator.validate(Object object)
          Validates the given Object.
 void ShortValidator.validate(Object object)
          Validates the given Object.
 void NameValidator.validate(Object object)
          Validates the given Object.
 void LongValidator.validate(Object object)
          Validates the given Object.
 void IntValidator.validate(Object object)
          Validates the given Object.
 void IntegerValidator.validate(Object object)
          Validates the given Object.
 void IdValidator.validate(Object object)
          Validates the given Object.
 void FloatValidator.validate(Object object)
          Validates the given Object.
 void DurationValidator.validate(Object object)
          Validates the given Object.
 void DoubleValidator.validate(Object object)
          Validates the given Object.
 void DecimalValidator.validate(Object object)
          Validates the given Object.
 void DateTimeValidator.validate(Object object)
          Validates the given Object.
 void ByteValidator.validate(Object object)
          Validates the given Object.
 void BooleanValidator.validate(Object object)
          Validates the given Object.
 void BigIntegerValidator.validate(Object object)
          Validates the given Object.
 void StringValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void SimpleTypeValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ShortValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void PatternValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void NameValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void LongValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IntValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IntegerValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IdValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IdRefValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IdRefsValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void FloatValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DurationValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DoubleValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DecimalValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DateTimeValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ClassValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ByteValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void BooleanValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void BigIntegerValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ShortValidator.validate(short s, ValidationContext context)
          Validates the given Object.
 void StringValidator.validate(String value, ValidationContext context)
          Validates the given Object.
 void PatternValidator.validate(String str, ValidationContext context)
          Validates the given String against the regular expression pattern of this PatternValidator.
 void NameValidator.validate(String value, ValidationContext context)
          Validates the given Object.
 void IdValidator.validate(String value, ValidationContext context)
          Validates the given Object.
 



Copyright © 2010. All Rights Reserved.