Uses of Class
org.jomc.model.ModelException.Detail

Packages that use ModelException.Detail
org.jomc.model Object management and configuration model classes. 
 

Uses of ModelException.Detail in org.jomc.model
 

Fields in org.jomc.model with type parameters of type ModelException.Detail
private  List<ModelException.Detail> ModelExceptionErrorHandler.details
          The details of the instance.
private  List<ModelException.Detail> ModelException.details
          Details of the instance.
 

Methods in org.jomc.model that return ModelException.Detail
private  ModelException.Detail DefaultModelManager.newDependencyPropertyReferenceConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Dependency dependency)
           
private  ModelException.Detail DefaultModelManager.newImplementationNameConstraintDetail(JAXBElement<? extends ModelObject> element, String specification, String implementations, String nonUniqueName)
           
private  ModelException.Detail DefaultModelManager.newImplementationSpecificationDeclarationConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Specification specification)
           
private  ModelException.Detail DefaultModelManager.newIncompatibleDependencyDetail(JAXBElement<? extends ModelObject> element, String implementation, String implementationModule, String specification, String specificationModule, String requiredVersion, String availableVersion)
           
private  ModelException.Detail DefaultModelManager.newIncompatibleImplementationDetail(JAXBElement<? extends ModelObject> element, String implementation, String implementationModule, String specification, String specificationModule, String implementedVersion, String specifiedVersion)
           
private  ModelException.Detail DefaultModelManager.newInheritanceConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation child, Implementation parent)
           
private  ModelException.Detail DefaultModelManager.newMandatoryDependencyConstraintDetail(JAXBElement<? extends ModelObject> element, String implementation, String dependencyName)
           
private  ModelException.Detail DefaultModelManager.newModuleSpecificationReferenceConstraintDetail(JAXBElement<? extends ModelObject> element, Module module, SpecificationReference reference)
           
private  ModelException.Detail DefaultModelManager.newMultiplicityConstraintDetail(JAXBElement<? extends ModelObject> element, Number implementations, String specification, Number expected, Multiplicity multiplicity)
           
private  ModelException.Detail DefaultModelManager.newPropertyOverwriteConstraintDetail(JAXBElement<? extends ModelObject> element, Implementation implementation, Dependency dependency, Specification specification, String scope)
           
 

Methods in org.jomc.model that return types with arguments of type ModelException.Detail
 List<ModelException.Detail> ModelExceptionErrorHandler.getDetails()
          Gets the details of the instance.
 List<ModelException.Detail> ModelException.getDetails()
          Gets the details of the instance.
 

Method parameters in org.jomc.model with type arguments of type ModelException.Detail
private  void DefaultModelManager.assertMessagesUniqueness(Messages messages, List<ModelException.Detail> details)
           
private  void DefaultModelManager.assertPropertiesUniqueness(Properties properties, List<ModelException.Detail> details)
           
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.