r01f.xmlproperties
Class XMLPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by r01f.exceptions.EnrichedException
              extended by r01f.xmlproperties.XMLPropertiesException
All Implemented Interfaces:
java.io.Serializable, EnrichedThrowable

public class XMLPropertiesException
extends EnrichedException

See Also:
Serialized Form

Nested Class Summary
(package private) static class XMLPropertiesException.XMLPropertiesExceptionSubTypes
           
 
Field Summary
private static long serialVersionUID
           
 
Constructor Summary
XMLPropertiesException()
           
XMLPropertiesException(java.lang.String msg)
           
XMLPropertiesException(java.lang.String msg, java.lang.Throwable otherEx)
           
XMLPropertiesException(java.lang.Throwable otherEx)
           
 
Method Summary
 XMLPropertiesException componentDefLoadError(java.lang.String appCode, java.lang.String component)
           
 XMLPropertiesException componentDefXMLError(java.lang.String appCode, java.lang.String component)
           
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader<XMLPropertiesException,XMLPropertiesException.XMLPropertiesExceptionSubTypes> customizations()
           
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<XMLPropertiesException,XMLPropertiesException.XMLPropertiesExceptionSubTypes> customized()
           
 XMLPropertiesException propertiesLoadError(java.lang.String appCode, java.lang.String component)
           
 XMLPropertiesException propertiesXMLError(java.lang.String appCode, java.lang.String component)
           
 
Methods inherited from class r01f.exceptions.EnrichedException
getCausalChain, getCausalChainReversed, getMessage, getRootCause, getRootClassName, getRootMethod, getRootTraceElement, getStackTraceAsString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface r01f.exceptions.EnrichedThrowable
fillInStackTrace, printStackTrace
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

XMLPropertiesException

public XMLPropertiesException()

XMLPropertiesException

public XMLPropertiesException(java.lang.String msg)

XMLPropertiesException

public XMLPropertiesException(java.lang.Throwable otherEx)

XMLPropertiesException

public XMLPropertiesException(java.lang.String msg,
                              java.lang.Throwable otherEx)
Method Detail

customized

public EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<XMLPropertiesException,XMLPropertiesException.XMLPropertiesExceptionSubTypes> customized()
Specified by:
customized in interface EnrichedThrowable
Overrides:
customized in class EnrichedException

customizations

public EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader<XMLPropertiesException,XMLPropertiesException.XMLPropertiesExceptionSubTypes> customizations()
Specified by:
customizations in interface EnrichedThrowable
Overrides:
customizations in class EnrichedException

componentDefLoadError

public XMLPropertiesException componentDefLoadError(java.lang.String appCode,
                                                    java.lang.String component)

componentDefXMLError

public XMLPropertiesException componentDefXMLError(java.lang.String appCode,
                                                   java.lang.String component)

propertiesLoadError

public XMLPropertiesException propertiesLoadError(java.lang.String appCode,
                                                  java.lang.String component)

propertiesXMLError

public XMLPropertiesException propertiesXMLError(java.lang.String appCode,
                                                 java.lang.String component)