org.apache.velocity.tools.config
Class NullKeyException

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.NullKeyException
All Implemented Interfaces:
java.io.Serializable

public class NullKeyException
extends ConfigurationException

Version:
$Id: NullKeyException.java 511959 2007-02-26 19:24:39Z nbubna $
Author:
Nathan Bubna
See Also:
Serialized Form

Constructor Summary
NullKeyException(Data data)
           
NullKeyException(ToolConfiguration tool)
           
 
Method Summary
 
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
 

Constructor Detail

NullKeyException

public NullKeyException(Data data)

NullKeyException

public NullKeyException(ToolConfiguration tool)


Copyright (c) 2003-2007 Apache Software Foundation