Uses of Class
org.apache.shiro.config.ConfigurationException

Packages that use ConfigurationException
org.apache.shiro.config Components that support configuring Shiro in any application. 
 

Uses of ConfigurationException in org.apache.shiro.config
 

Subclasses of ConfigurationException in org.apache.shiro.config
 class UnresolveableReferenceException
          Exception thrown when a reference to an object is made, but that object cannot be found.
 

Methods in org.apache.shiro.config that throw ConfigurationException
static Ini Ini.fromResourcePath(String resourcePath)
          Creates a new Ini instance loaded with the INI-formatted data in the resource at the given path.
 void Ini.load(InputStream is)
          Loads the INI-formatted text backed by the given InputStream into this instance.
 void Ini.load(String iniConfig)
          Loads the specified raw INI-formatted text into this instance.
 void Ini.loadFromPath(String resourcePath)
          Loads data from the specified resource path into this current Ini instance.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.