com.germinus.easyconf
Class InvalidPropertyException

java.lang.Object
  extended by NestableRuntimeException
      extended by com.germinus.easyconf.ConfigurationException
          extended by com.germinus.easyconf.InvalidPropertyException

public class InvalidPropertyException
extends ConfigurationException

Thrown when an XML configuration file contains a variable which either is not of the form ${variableName} or is not defined in any of the properties files associated with its component

Version:
$Revision: 1.2 $
Author:
Jorge Ferrer

Constructor Summary
InvalidPropertyException(java.lang.String componentName, java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class com.germinus.easyconf.ConfigurationException
getComponentName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidPropertyException

public InvalidPropertyException(java.lang.String componentName,
                                java.lang.Throwable e)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class ConfigurationException