Uses of Class
r01f.xmlproperties.XMLPropertiesException

Packages that use XMLPropertiesException
r01f.xmlproperties   
 

Uses of XMLPropertiesException in r01f.xmlproperties
 

Methods in r01f.xmlproperties that return XMLPropertiesException
 XMLPropertiesException XMLPropertiesException.componentDefLoadError(java.lang.String appCode, java.lang.String component)
           
 XMLPropertiesException XMLPropertiesException.componentDefXMLError(java.lang.String appCode, java.lang.String component)
           
 XMLPropertiesException XMLPropertiesException.propertiesLoadError(java.lang.String appCode, java.lang.String component)
           
 XMLPropertiesException XMLPropertiesException.propertiesXMLError(java.lang.String appCode, java.lang.String component)
           
 

Methods in r01f.xmlproperties that return types with arguments of type XMLPropertiesException
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader<XMLPropertiesException,XMLPropertiesException.XMLPropertiesExceptionSubTypes> XMLPropertiesException.customizations()
           
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<XMLPropertiesException,XMLPropertiesException.XMLPropertiesExceptionSubTypes> XMLPropertiesException.customized()
           
 

Methods in r01f.xmlproperties that throw XMLPropertiesException
private  org.w3c.dom.Document XMLPropertiesForComponentContainer._loadComponentXML(XMLPropertiesComponentDef compDef)
          Carga el XML de propiedades de appCode/component según lo indicado en la definición del componente.
static XMLPropertiesComponentDef XMLPropertiesComponentDef.load(java.lang.String appCode, java.lang.String component)
          Carga el xml de definición de un componente donde se indica cómo se cargan las propiedades de este componente.