Copyright @ 2002 SAP. All Rights Reserved.

Uses of Class
com.sap.tc.complib.validate.ValidationException

Packages that use ValidationException
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
com.sap.tc.complib.namecheck Provides helper classes for checking names of components. 
com.sap.tc.complib.validate Provides classes and interfaces for the validation of components and public parts. 
com.sap.tc.complib.xml Provides helper classes for writing and parsing of XML documents. 
 

Uses of ValidationException in com.sap.tc.complib
 

Methods in com.sap.tc.complib that throw ValidationException
 void ComponentType.validate()
          Verifies that the template is valid (according to the DTD).
 void ComponentType.serialize(XMLWriter writer)
          Serializes the template to the given XMLWriter.
 void Dependency.validate()
          Verifies that the depedency is valid (according to the DTD).
 void Dependency.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Dependency.serialize(XMLWriter writer, java.lang.String formatVersion)
           
 void Package.validate()
          Verifies that the package is valid (according to the DTD).
 void Package.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Entity.validate()
          Verifies that the enity is valid (according to the DTD).
 void Entity.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Entity.serialize(XMLWriter writer, java.lang.String formatVersion)
           
 void PPReference.validate()
          Verifies that the reference is valid.
 void PPReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void DCReference.validate()
          Verifies that the component reference is valid (according to the DTD).
 void DCReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void FileSet.validate()
          Verifies that the file set is valid (according to the DTD).
 void FileSet.serialize(XMLWriter writer)
          Serializes the file set to the given XMLWriter.
 void BuildVariant.serialize(XMLWriter writer, boolean isBuildable)
          Serializes the source state info to the given XMLWriter.
 void BuildVariant.serialize(XMLWriter writer, java.lang.String schemaVersion, boolean isBuildable)
           
 void BuildVariant.validate()
          Verifies that the object is valid (e.g. mandatory children and attributes).
 void Compartment.serialize(XMLWriter writer)
          Serializes the Compartment to the given XMLWriter.
 void Compartment.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 void Compartment.validate()
          Verifies that the object is valid.
 void ImportedEntity.validate()
          Verifies that the component reference is valid (according to the DTD).
 void ImportedEntity.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void ComponentReference.validate()
          Verifies that the development compoment reference is valid (according to the DTD).
 void ComponentReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void EntityReference.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 void EntityReference.serialize(XMLWriter writer)
           
 void EntityReference.validate()
           
static DevelopmentConfiguration ConfigurationFactory.initializeDevelopmentConfiguration(ConfigurationInputProvider provider)
          Get a DevelopmentConfiguration instance which is initialized from the configuration description encapsulated by the specified ConfigurationInputProvider
 void SourceState.serialize(XMLWriter writer)
          Serializes the source state info to the given XMLWriter.
 void SourceState.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 void SourceState.validate()
          Verifies that the SourceState is valid.
 void DevelopmentConfiguration.initialize(ConfigurationInputProvider provider)
          Initializes this Configuration.
 void DevelopmentConfiguration.validate()
          Verifies that the configuration is valid.
 void Repository.validate()
          Verifies that the repsoitory information is valid.
 void SCReference.validate()
          Verifies that the component reference is valid (according to the DTD).
 void SCReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Component.validate()
          Verifies that the component is valid (according to the DTD).
 void Component.serialize(XMLWriter writer)
          Serializes the component to the given XMLWriter.
 void PublicPart.validate()
          Verifies that the public part is valid (according to the DTD).
 void PublicPart.serialize(XMLWriter writer)
          Serializes the public part to the given XMLWriter.
 void PublicPart.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 

Uses of ValidationException in com.sap.tc.complib.namecheck
 

Subclasses of ValidationException in com.sap.tc.complib.namecheck
 class NameCheckException
          A NameCheckException is used by the name checker to report invalid names.
 

Uses of ValidationException in com.sap.tc.complib.validate
 

Subclasses of ValidationException in com.sap.tc.complib.validate
 class CompartmentEmptyException
          The exception is thrown if a compartmnet contains neither a source state nor an archive state of the respective software component.
 class CompartmentLocalAndRemoteException
          The exception is thrown if a compartment definition contains incomaptaible statments.
 class InvalidElementContent
          This exception is used to report invalid value of properties of a component, public part etc.
 class InvalidFileFormatException
           
 class InvalidMemberException
          This exception is used to report invalid properties or attributes of a component, public part etc.
 class MissingElementException
          This exception is used to report missing properties or attributes of a component, public part etc.
 class NoBuildServerDefinedException
          This is exception indicates that a CBS would be needed for consistency but none is defined.
 

Uses of ValidationException in com.sap.tc.complib.xml
 

Methods in com.sap.tc.complib.xml that throw ValidationException
protected  void Initializable.checkPropertyNotEmptyOrNull(java.util.Map propertyValue, java.lang.String propertyName, java.lang.String owner)
          utility method checking if a property is empty (Collection) or null
protected  void Initializable.checkPropertyNotEmptyOrNull(java.util.Collection propertyValue, java.lang.String propertyName, java.lang.String owner)
          utility method checking if a property is empty (Map) or null
 


Copyright @ 2002 SAP. All Rights Reserved.