org.apache.velocity.tools.config
Class InvalidScopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.velocity.tools.config.ConfigurationException
                  extended by 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
private  ToolConfiguration tool
           
 
Constructor Summary
InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
           
 
Method Summary
 ToolConfiguration getToolConfiguration()
           
 
Methods inherited from class org.apache.velocity.tools.config.ConfigurationException
getSource
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tool

private final transient ToolConfiguration tool
Constructor Detail

InvalidScopeException

public InvalidScopeException(ToolboxConfiguration toolbox,
                             ToolConfiguration tool)
Method Detail

getToolConfiguration

public ToolConfiguration getToolConfiguration()


Copyright (c) 2003-2007 Apache Software Foundation