Package org.apache.velocity.tools.config
Class InvalidScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.velocity.tools.config.ConfigurationException
-
- org.apache.velocity.tools.config.InvalidScopeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidScopeException extends ConfigurationException
- Version:
- $Id: InvalidScopeException.java 511959 2007-02-26 19:24:39Z nbubna $
- Author:
- Nathan Bubna
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ToolConfiguration
tool
-
Constructor Summary
Constructors Constructor Description InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolConfiguration
getToolConfiguration()
-
Methods inherited from class org.apache.velocity.tools.config.ConfigurationException
getSource
-
-
-
-
Field Detail
-
tool
private final transient ToolConfiguration tool
-
-
Constructor Detail
-
InvalidScopeException
public InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
-
-
Method Detail
-
getToolConfiguration
public ToolConfiguration getToolConfiguration()
-
-