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

Packages that use ValidationException
org.castor.cpa.test.framework.xml   
org.castor.cpa.test.test2996.onetomany   
org.castor.cpa.test.test2996.onetoone   
org.castor.cpa.test.test2996.single   
org.castor.jdo.conf   
org.exolab.castor.builder.binding.xml   
org.exolab.castor.mapping.xml   
org.exolab.castor.tests.framework.testDescriptor   
org.exolab.castor.types The Castor implementation of specific XML Schema Types 
org.exolab.castor.xml The XML Marshaller API 
org.exolab.castor.xml.descriptors   
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.annotations.jdo   
org.exolab.castor.xml.util   
org.exolab.castor.xml.validators   
 

Uses of ValidationException in org.castor.cpa.test.framework.xml
 

Methods in org.castor.cpa.test.framework.xml that throw ValidationException
 void DatabaseChoice.marshal(ContentHandler handler)
           
 void Driver.marshal(ContentHandler handler)
           
 void Database.marshal(ContentHandler handler)
           
 void DataSource.marshal(ContentHandler handler)
           
 void CpactfConf.marshal(ContentHandler handler)
           
 void Manager.marshal(ContentHandler handler)
           
 void Jndi.marshal(ContentHandler handler)
           
 void Transaction.marshal(ContentHandler handler)
           
 void Param.marshal(ContentHandler handler)
           
 void DatabaseChoice.marshal(Writer out)
           
 void Driver.marshal(Writer out)
           
 void Database.marshal(Writer out)
           
 void DataSource.marshal(Writer out)
           
 void CpactfConf.marshal(Writer out)
           
 void Manager.marshal(Writer out)
           
 void Jndi.marshal(Writer out)
           
 void Transaction.marshal(Writer out)
           
 void Param.marshal(Writer out)
           
static DatabaseChoice DatabaseChoice.unmarshal(Reader reader)
          Method unmarshal.
static Driver Driver.unmarshal(Reader reader)
          Method unmarshal.
static Database Database.unmarshal(Reader reader)
          Method unmarshal.
static DataSource DataSource.unmarshal(Reader reader)
          Method unmarshal.
static CpactfConf CpactfConf.unmarshal(Reader reader)
          Method unmarshal.
static Manager Manager.unmarshal(Reader reader)
          Method unmarshal.
static Jndi Jndi.unmarshal(Reader reader)
          Method unmarshal.
static Transaction Transaction.unmarshal(Reader reader)
          Method unmarshal.
static Param Param.unmarshal(Reader reader)
          Method unmarshal.
 void DatabaseChoice.validate()
           
 void Driver.validate()
           
 void Database.validate()
           
 void DataSource.validate()
           
 void CpactfConf.validate()
           
 void Manager.validate()
           
 void Jndi.validate()
           
 void Transaction.validate()
           
 void Param.validate()
           
 

Uses of ValidationException in org.castor.cpa.test.test2996.onetomany
 

Methods in org.castor.cpa.test.test2996.onetomany that throw ValidationException
 void House.marshal(ContentHandler handler)
           
 void Flat.marshal(ContentHandler handler)
           
 void House.marshal(Writer out)
           
 void Flat.marshal(Writer out)
           
static Flat Flat.unmarshalFlat(Reader reader)
          Method unmarshalFlat.
static House House.unmarshalHouse(Reader reader)
          Method unmarshalHouse.
 void House.validate()
           
 void Flat.validate()
           
 

Uses of ValidationException in org.castor.cpa.test.test2996.onetoone
 

Methods in org.castor.cpa.test.test2996.onetoone that throw ValidationException
 void Address.marshal(ContentHandler handler)
           
 void Employee.marshal(ContentHandler handler)
           
 void Address.marshal(Writer out)
           
 void Employee.marshal(Writer out)
           
static Address Address.unmarshalAddress(Reader reader)
          Method unmarshalAddress.
static Employee Employee.unmarshalEmployee(Reader reader)
          Method unmarshalEmployee.
 void Address.validate()
           
 void Employee.validate()
           
 

Uses of ValidationException in org.castor.cpa.test.test2996.single
 

Methods in org.castor.cpa.test.test2996.single that throw ValidationException
 void Book.marshal(ContentHandler handler)
           
 void Book.marshal(Writer out)
           
static Book Book.unmarshalBook(Reader reader)
          Method unmarshalBook.
 void Book.validate()
           
 

Uses of ValidationException in org.castor.jdo.conf
 

Methods in org.castor.jdo.conf that throw ValidationException
 void DatabaseChoice.marshal(ContentHandler handler)
           
 void ClassMapping.marshal(ContentHandler handler)
           
 void Driver.marshal(ContentHandler handler)
           
 void Database.marshal(ContentHandler handler)
           
 void DataSource.marshal(ContentHandler handler)
           
 void Jndi.marshal(ContentHandler handler)
           
 void TransactionManager.marshal(ContentHandler handler)
           
 void JdoConf.marshal(ContentHandler handler)
           
 void PackageMapping.marshal(ContentHandler handler)
           
 void TransactionDemarcation.marshal(ContentHandler handler)
           
 void Param.marshal(ContentHandler handler)
           
 void Mapping.marshal(ContentHandler handler)
           
 void DatabaseChoice.marshal(Writer out)
           
 void ClassMapping.marshal(Writer out)
           
 void Driver.marshal(Writer out)
           
 void Database.marshal(Writer out)
           
 void DataSource.marshal(Writer out)
           
 void Jndi.marshal(Writer out)
           
 void TransactionManager.marshal(Writer out)
           
 void JdoConf.marshal(Writer out)
           
 void PackageMapping.marshal(Writer out)
           
 void TransactionDemarcation.marshal(Writer out)
           
 void Param.marshal(Writer out)
           
 void Mapping.marshal(Writer out)
           
static DatabaseChoice DatabaseChoice.unmarshal(Reader reader)
          Method unmarshal.
static ClassMapping ClassMapping.unmarshal(Reader reader)
          Method unmarshal.
static Driver Driver.unmarshal(Reader reader)
          Method unmarshal.
static Database Database.unmarshal(Reader reader)
          Method unmarshal.
static DataSource DataSource.unmarshal(Reader reader)
          Method unmarshal.
static Jndi Jndi.unmarshal(Reader reader)
          Method unmarshal.
static TransactionManager TransactionManager.unmarshal(Reader reader)
          Method unmarshal.
static JdoConf JdoConf.unmarshal(Reader reader)
          Method unmarshal.
static PackageMapping PackageMapping.unmarshal(Reader reader)
          Method unmarshal.
static TransactionDemarcation TransactionDemarcation.unmarshal(Reader reader)
          Method unmarshal.
static Param Param.unmarshal(Reader reader)
          Method unmarshal.
static Mapping Mapping.unmarshal(Reader reader)
          Method unmarshal.
 void DatabaseChoice.validate()
           
 void ClassMapping.validate()
           
 void Driver.validate()
           
 void Database.validate()
           
 void DataSource.validate()
           
 void Jndi.validate()
           
 void TransactionManager.validate()
           
 void JdoConf.validate()
           
 void PackageMapping.validate()
           
 void TransactionDemarcation.validate()
           
 void Param.validate()
           
 void Mapping.validate()
           
 

Uses of ValidationException in org.exolab.castor.builder.binding.xml
 

Methods in org.exolab.castor.builder.binding.xml that throw ValidationException
 void NamingType.marshal(ContentHandler handler)
           
 void PackageType.marshal(ContentHandler handler)
           
 void Interface.marshal(ContentHandler handler)
           
 void ComponentBindingType.marshal(ContentHandler handler)
           
 void EnumClassName.marshal(ContentHandler handler)
           
 void Excludes.marshal(ContentHandler handler)
           
 void Binding.marshal(ContentHandler handler)
           
 void EnumBindingType.marshal(ContentHandler handler)
           
 void AutomaticNamingType.marshal(ContentHandler handler)
           
 void IncludeType.marshal(ContentHandler handler)
           
 void ClassType.marshal(ContentHandler handler)
           
 void FieldType.marshal(ContentHandler handler)
           
 void NamingXMLType.marshal(ContentHandler handler)
           
 void ContentMemberType.marshal(ContentHandler handler)
           
 void Forces.marshal(ContentHandler handler)
           
 void EnumMember.marshal(ContentHandler handler)
           
 void ComponentBindingTypeChoice.marshal(ContentHandler handler)
           
 void PackageTypeChoice.marshal(ContentHandler handler)
           
 void Exclude.marshal(ContentHandler handler)
           
 void NamingType.marshal(Writer out)
           
 void PackageType.marshal(Writer out)
           
 void Interface.marshal(Writer out)
           
 void ComponentBindingType.marshal(Writer out)
           
 void EnumClassName.marshal(Writer out)
           
 void Excludes.marshal(Writer out)
           
 void Binding.marshal(Writer out)
           
 void EnumBindingType.marshal(Writer out)
           
 void AutomaticNamingType.marshal(Writer out)
           
 void IncludeType.marshal(Writer out)
           
 void ClassType.marshal(Writer out)
           
 void FieldType.marshal(Writer out)
           
 void NamingXMLType.marshal(Writer out)
           
 void ContentMemberType.marshal(Writer out)
           
 void Forces.marshal(Writer out)
           
 void EnumMember.marshal(Writer out)
           
 void ComponentBindingTypeChoice.marshal(Writer out)
           
 void PackageTypeChoice.marshal(Writer out)
           
 void Exclude.marshal(Writer out)
           
static AutomaticNamingType AutomaticNamingType.unmarshalAutomaticNamingType(Reader reader)
          Method unmarshalAutomaticNamingType.
static Binding Binding.unmarshalBinding(Reader reader)
          Method unmarshalBinding.
static ClassType ClassType.unmarshalClassType(Reader reader)
          Method unmarshalClassType.
static ComponentBindingType ComponentBindingType.unmarshalComponentBindingType(Reader reader)
          Method unmarshalComponentBindingType.
static ComponentBindingTypeChoice ComponentBindingTypeChoice.unmarshalComponentBindingTypeChoice(Reader reader)
          Method unmarshalComponentBindingTypeChoice.
static ContentMemberType ContentMemberType.unmarshalContentMemberType(Reader reader)
          Method unmarshalContentMemberType.
static EnumBindingType EnumBindingType.unmarshalEnumBindingType(Reader reader)
          Method unmarshalEnumBindingType.
static EnumClassName EnumClassName.unmarshalEnumClassName(Reader reader)
          Method unmarshalEnumClassName.
static EnumMember EnumMember.unmarshalEnumMember(Reader reader)
          Method unmarshalEnumMember.
static Exclude Exclude.unmarshalExclude(Reader reader)
          Method unmarshalExclude.
static Excludes Excludes.unmarshalExcludes(Reader reader)
          Method unmarshalExcludes.
static FieldType FieldType.unmarshalFieldType(Reader reader)
          Method unmarshalFieldType.
static Forces Forces.unmarshalForces(Reader reader)
          Method unmarshalForces.
static IncludeType IncludeType.unmarshalIncludeType(Reader reader)
          Method unmarshalIncludeType.
static Interface Interface.unmarshalInterface(Reader reader)
          Method unmarshalInterface.
static NamingType NamingType.unmarshalNamingType(Reader reader)
          Method unmarshalNamingType.
static NamingXMLType NamingXMLType.unmarshalNamingXMLType(Reader reader)
          Method unmarshalNamingXMLType.
static PackageType PackageType.unmarshalPackageType(Reader reader)
          Method unmarshalPackageType.
static PackageTypeChoice PackageTypeChoice.unmarshalPackageTypeChoice(Reader reader)
          Method unmarshalPackageTypeChoice.
 void NamingType.validate()
           
 void PackageType.validate()
           
 void Interface.validate()
           
 void ComponentBindingType.validate()
           
 void EnumClassName.validate()
           
 void Excludes.validate()
           
 void Binding.validate()
           
 void EnumBindingType.validate()
           
 void AutomaticNamingType.validate()
           
 void IncludeType.validate()
           
 void ClassType.validate()
           
 void FieldType.validate()
           
 void NamingXMLType.validate()
           
 void ContentMemberType.validate()
           
 void Forces.validate()
           
 void EnumMember.validate()
           
 void ComponentBindingTypeChoice.validate()
           
 void PackageTypeChoice.validate()
           
 void Exclude.validate()
           
 

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

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

Uses of ValidationException in org.exolab.castor.tests.framework.testDescriptor
 

Methods in org.exolab.castor.tests.framework.testDescriptor that throw ValidationException
 void Listener.marshal(ContentHandler handler)
           
 void TestDescriptorChoice.marshal(ContentHandler handler)
           
 void ListenerType.marshal(ContentHandler handler)
           
 void CustomTest.marshal(ContentHandler handler)
           
 void Marshal.marshal(ContentHandler handler)
           
 void Root_Object.marshal(ContentHandler handler)
           
 void SchemaTest.marshal(ContentHandler handler)
           
 void UnitTestCaseChoice.marshal(ContentHandler handler)
           
 void SchemaDifferences.marshal(ContentHandler handler)
           
 void RootType.marshal(ContentHandler handler)
           
 void Unmarshal.marshal(ContentHandler handler)
           
 void ConfigurationType.marshal(ContentHandler handler)
           
 void CallMethod.marshal(ContentHandler handler)
           
 void SourcesNotExpected.marshal(ContentHandler handler)
           
 void OnlySourceGenerationTest.marshal(ContentHandler handler)
           
 void Failure.marshal(ContentHandler handler)
           
 void TestDescriptor.marshal(ContentHandler handler)
           
 void BugFix.marshal(ContentHandler handler)
           
 void UnitTestCase.marshal(ContentHandler handler)
           
 void CustomTestType.marshal(ContentHandler handler)
           
 void SourceGeneratorTest.marshal(ContentHandler handler)
           
 void Methods.marshal(ContentHandler handler)
           
 void MarshallingTest.marshal(ContentHandler handler)
           
 void Value.marshal(ContentHandler handler)
           
 void SchemaDifferencesType.marshal(ContentHandler handler)
           
 void Configuration.marshal(ContentHandler handler)
           
 void FailureType.marshal(ContentHandler handler)
           
 void ExpectedSources.marshal(ContentHandler handler)
           
 void StringType.marshal(ContentHandler handler)
           
 void Listener.marshal(Writer out)
           
 void TestDescriptorChoice.marshal(Writer out)
           
 void ListenerType.marshal(Writer out)
           
 void CustomTest.marshal(Writer out)
           
 void Marshal.marshal(Writer out)
           
 void Root_Object.marshal(Writer out)
           
 void SchemaTest.marshal(Writer out)
           
 void UnitTestCaseChoice.marshal(Writer out)
           
 void SchemaDifferences.marshal(Writer out)
           
 void RootType.marshal(Writer out)
           
 void Unmarshal.marshal(Writer out)
           
 void ConfigurationType.marshal(Writer out)
           
 void CallMethod.marshal(Writer out)
           
 void SourcesNotExpected.marshal(Writer out)
           
 void OnlySourceGenerationTest.marshal(Writer out)
           
 void Failure.marshal(Writer out)
           
 void TestDescriptor.marshal(Writer out)
           
 void BugFix.marshal(Writer out)
           
 void UnitTestCase.marshal(Writer out)
           
 void CustomTestType.marshal(Writer out)
           
 void SourceGeneratorTest.marshal(Writer out)
           
 void Methods.marshal(Writer out)
           
 void MarshallingTest.marshal(Writer out)
           
 void Value.marshal(Writer out)
           
 void SchemaDifferencesType.marshal(Writer out)
           
 void Configuration.marshal(Writer out)
           
 void FailureType.marshal(Writer out)
           
 void ExpectedSources.marshal(Writer out)
           
 void StringType.marshal(Writer out)
           
static ListenerType Listener.unmarshal(Reader reader)
          Method unmarshal.
static TestDescriptorChoice TestDescriptorChoice.unmarshal(Reader reader)
          Method unmarshal.
static ListenerType ListenerType.unmarshal(Reader reader)
          Method unmarshal.
static CustomTestType CustomTest.unmarshal(Reader reader)
          Method unmarshal.
static ConfigurationType Marshal.unmarshal(Reader reader)
          Method unmarshal.
static StringType Root_Object.unmarshal(Reader reader)
          Method unmarshal.
static SchemaTest SchemaTest.unmarshal(Reader reader)
          Method unmarshal.
static UnitTestCaseChoice UnitTestCaseChoice.unmarshal(Reader reader)
          Method unmarshal.
static SchemaDifferencesType SchemaDifferences.unmarshal(Reader reader)
          Method unmarshal.
static StringType RootType.unmarshal(Reader reader)
          Method unmarshal.
static ConfigurationType Unmarshal.unmarshal(Reader reader)
          Method unmarshal.
static ConfigurationType ConfigurationType.unmarshal(Reader reader)
          Method unmarshal.
static CallMethod CallMethod.unmarshal(Reader reader)
          Method unmarshal.
static SourcesNotExpected SourcesNotExpected.unmarshal(Reader reader)
          Method unmarshal.
static OnlySourceGenerationTest OnlySourceGenerationTest.unmarshal(Reader reader)
          Method unmarshal.
static FailureType Failure.unmarshal(Reader reader)
          Method unmarshal.
static TestDescriptor TestDescriptor.unmarshal(Reader reader)
          Method unmarshal.
static BugFix BugFix.unmarshal(Reader reader)
          Method unmarshal.
static UnitTestCase UnitTestCase.unmarshal(Reader reader)
          Method unmarshal.
static CustomTestType CustomTestType.unmarshal(Reader reader)
          Method unmarshal.
static SourceGeneratorTest SourceGeneratorTest.unmarshal(Reader reader)
          Method unmarshal.
static ConfigurationType Methods.unmarshal(Reader reader)
          Method unmarshal.
static MarshallingTest MarshallingTest.unmarshal(Reader reader)
          Method unmarshal.
static Value Value.unmarshal(Reader reader)
          Method unmarshal.
static SchemaDifferencesType SchemaDifferencesType.unmarshal(Reader reader)
          Method unmarshal.
static Configuration Configuration.unmarshal(Reader reader)
          Method unmarshal.
static FailureType FailureType.unmarshal(Reader reader)
          Method unmarshal.
static ExpectedSources ExpectedSources.unmarshal(Reader reader)
          Method unmarshal.
static StringType StringType.unmarshal(Reader reader)
          Method unmarshal.
 void Listener.validate()
           
 void TestDescriptorChoice.validate()
           
 void ListenerType.validate()
           
 void CustomTest.validate()
           
 void Marshal.validate()
           
 void Root_Object.validate()
           
 void SchemaTest.validate()
           
 void UnitTestCaseChoice.validate()
           
 void SchemaDifferences.validate()
           
 void RootType.validate()
           
 void Unmarshal.validate()
           
 void ConfigurationType.validate()
           
 void CallMethod.validate()
           
 void SourcesNotExpected.validate()
           
 void OnlySourceGenerationTest.validate()
           
 void Failure.validate()
           
 void TestDescriptor.validate()
           
 void BugFix.validate()
           
 void UnitTestCase.validate()
           
 void CustomTestType.validate()
           
 void SourceGeneratorTest.validate()
           
 void Methods.validate()
           
 void MarshallingTest.validate()
           
 void Value.validate()
           
 void SchemaDifferencesType.validate()
           
 void Configuration.validate()
           
 void FailureType.validate()
           
 void ExpectedSources.validate()
           
 void StringType.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
 boolean RecurringDurationBase.isGreater(RecurringDurationBase reccD)
          Deprecated. Returns true if the present instance of RecurringDurationBase is greater than the parameter
 

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(SAX2EventAndErrorProducer eventProducer)
          Unmarshals objects of this Unmarshaller's class type.
 Object Unmarshaller.unmarshal(SAX2EventProducer eventProducer)
          Unmarshals Objects of this Unmarshaller's Class type.
 Object Unmarshaller.unmarshal(javax.xml.stream.XMLEventReader eventReader)
          Unmarshals objects of this Unmarshaller's class type.
 Object Unmarshaller.unmarshal(javax.xml.stream.XMLStreamReader streamReader)
          Unmarshals objects of this Unmarshaller's class type.
 void Validator.validate(Object object)
          Validates the given Object.
 void TypeValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void Validator.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.schema
 

Methods in org.exolab.castor.xml.schema that throw ValidationException
 void IdentityField.validate()
          Checks the validity of this Schema defintion.
 void Facet.validate()
          Checks the validity of this Schema defintion.
 void IdentityConstraint.validate()
          Checks the validity of this Schema defintion.
 void ComplexType.validate()
          Checks the validity of this ComplexType defintion.
 void AttributeDecl.validate()
          Checks the validity of this Attribute declaration
 void Wildcard.validate()
           
 void AnnotationItem.validate()
          Checks the validity of this Schema defintion.
 void ModelGroup.validate()
          Checks the validity of this Schema defintion.
 void AttributeGroup.validate()
          Checks the validity of this Attribute declaration
 void IdentitySelector.validate()
          Checks the validity of this Schema defintion.
 void UnknownDef.validate()
          Checks the validity of this Schema defintion.
 void Group.validate()
          Checks the validity of this Group defintion.
 void Schema.validate()
          Checks the validity of this Schema definition.
 void Annotation.validate()
          Checks the validity of this Schema definition.
 void AttributeGroupDecl.validate()
          Checks the validity of this Attribute declaration
 void AnyType.validate()
          Checks the validity of this Schema defintion.
 void RedefineSchema.validate()
           
 void TypeReference.validate()
          Checks the validity of this type defintion.
abstract  void Structure.validate()
          Checks the validity of this Schema defintion.
 void ElementDecl.validate()
          Checks the validity of this element definition.
 void SimpleType.validate()
          Checks the validity of this SimpleType definition.
 

Uses of ValidationException in org.exolab.castor.xml.schema.annotations.jdo
 

Methods in org.exolab.castor.xml.schema.annotations.jdo that throw ValidationException
 void OneToMany.marshal(ContentHandler handler)
           
 void Table.marshal(ContentHandler handler)
           
 void PrimaryKey.marshal(ContentHandler handler)
           
 void PkType.marshal(ContentHandler handler)
           
 void ReadonlyDirtyType.marshal(ContentHandler handler)
           
 void OneToOne.marshal(ContentHandler handler)
           
 void Column.marshal(ContentHandler handler)
           
 void ManyToMany.marshal(ContentHandler handler)
           
 void OneToMany.marshal(Writer out)
           
 void Table.marshal(Writer out)
           
 void PrimaryKey.marshal(Writer out)
           
 void PkType.marshal(Writer out)
           
 void ReadonlyDirtyType.marshal(Writer out)
           
 void OneToOne.marshal(Writer out)
           
 void Column.marshal(Writer out)
           
 void ManyToMany.marshal(Writer out)
           
static ReadonlyDirtyType OneToMany.unmarshal(Reader reader)
          Method unmarshal.
static Table Table.unmarshal(Reader reader)
          Method unmarshal.
static PkType PrimaryKey.unmarshal(Reader reader)
          Method unmarshal.
static PkType PkType.unmarshal(Reader reader)
          Method unmarshal.
static ReadonlyDirtyType ReadonlyDirtyType.unmarshal(Reader reader)
          Method unmarshal.
static ReadonlyDirtyType OneToOne.unmarshal(Reader reader)
          Method unmarshal.
static ReadonlyDirtyType Column.unmarshal(Reader reader)
          Method unmarshal.
static ManyToMany ManyToMany.unmarshal(Reader reader)
          Method unmarshal.
 void OneToMany.validate()
           
 void Table.validate()
           
 void PrimaryKey.validate()
           
 void PkType.validate()
           
 void ReadonlyDirtyType.validate()
           
 void OneToOne.validate()
           
 void Column.validate()
           
 void ManyToMany.validate()
           
 

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 IntegerValidator.validate(long value, ValidationContext context)
          Validates the given Object.
 void LongValidator.validate(long value, ValidationContext context)
          Validates the given Object.
 void StringValidator.validate(Object object)
          Validates the given Object.
 void DecimalValidator.validate(Object object)
          Validates the given Object.
 void ByteValidator.validate(Object object)
          Validates the given Object.
 void IntegerValidator.validate(Object object)
          Validates the given Object.
 void BigIntegerValidator.validate(Object object)
          Validates the given Object.
 void DateTimeValidator.validate(Object object)
          Validates the given Object.
 void IdValidator.validate(Object object)
          Validates the given Object.
 void DoubleValidator.validate(Object object)
          Validates the given Object.
 void FloatValidator.validate(Object object)
          Validates the given Object.
 void LongValidator.validate(Object object)
          Validates the given Object.
 void BooleanValidator.validate(Object object)
          Validates the given Object.
 void IntValidator.validate(Object object)
          Validates the given Object.
 void DurationValidator.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 StringValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DecimalValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ByteValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IntegerValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void BigIntegerValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DateTimeValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IdValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DoubleValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void PatternValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void FloatValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void LongValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IdRefValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void BooleanValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IdRefsValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void IntValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void DurationValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ShortValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void ClassValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void NameValidator.validate(Object object, ValidationContext context)
          Validates the given Object.
 void SimpleTypeValidator.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 IdValidator.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.
 



Copyright © 2012. All Rights Reserved.