Uses of Class
org.eclipse.emf.facet.custom.core.exception.CustomizationException

Packages that use CustomizationException
org.eclipse.emf.facet.custom.core   
 

Uses of CustomizationException in org.eclipse.emf.facet.custom.core
 

Methods in org.eclipse.emf.facet.custom.core that throw CustomizationException
<T> T
ICustomizationManager.getCustomValueOf(EObject eObject, ETypedElement structuralFeature, FacetOperation customProperty, java.lang.Class<T> classs)
          This method is used to get the value of a customization property for a chosen eObject and a chosen eStructuralFeature.
<T> T
ICustomizationManager.getCustomValueOf(EObject eObject, FacetOperation customProperty, java.lang.Class<T> classs)
          This method is used to get the value of a customization property for a chosen eObject.