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:
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
-
-
Constructor Summary
Constructors Constructor Description InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolConfigurationgetToolConfiguration()-
Methods inherited from class org.apache.velocity.tools.config.ConfigurationException
getSource
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidScopeException
public InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
-
-
Method Detail
-
getToolConfiguration
public ToolConfiguration getToolConfiguration()
-
-