Class 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 Detail

      • InvalidPropertyException

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