Uses of Class
scriptella.configuration.ConfigurationException

Packages that use ConfigurationException
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.spi Service Provider Interface classes. 
 

Uses of ConfigurationException in scriptella.configuration
 

Subclasses of ConfigurationException in scriptella.configuration
 class RequiredAttributeException
          TODO: Add documentation
 

Uses of ConfigurationException in scriptella.spi
 

Methods in scriptella.spi that throw ConfigurationException
 boolean ConnectionParameters.getBooleanProperty(java.lang.String name)
          Parses property value as boolean flag.
 boolean ConnectionParameters.getBooleanProperty(java.lang.String name, boolean defaultValue)
          Parses property value as a boolean flag.
 java.lang.String ConnectionParameters.getCharsetProperty(java.lang.String name)
          Parses property value as a charset encoding name.
 java.lang.Integer ConnectionParameters.getIntegerProperty(java.lang.String name)
           
 java.lang.Integer ConnectionParameters.getIntegerProperty(java.lang.String name, int defaultValue)
          Returns the value of integer property.
 java.lang.Number ConnectionParameters.getNumberProperty(java.lang.String name, java.lang.Number defaultValue)
          Returns numeric value of the property.
 java.net.URL ConnectionParameters.getResolvedUrl()
          Returns the url property resolved relative to a script location.
 java.net.URL ConnectionParameters.getUrlProperty(java.lang.String name)
          Parses property value as URL parameter.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.