org.apache.velocity.runtime.exception
Class ReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.velocity.runtime.exception.ReferenceException
All Implemented Interfaces:
java.io.Serializable

public class ReferenceException
extends java.lang.Exception

Exception thrown when a bad reference is found.

Version:
$Id: ReferenceException.java,v 1.5.14.1 2004/03/03 23:22:56 geirm Exp $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Constructor Summary
ReferenceException(java.lang.String exceptionMessage, Node node)
           
 
Method Summary
 
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

ReferenceException

public ReferenceException(java.lang.String exceptionMessage,
                          Node node)


Copyright ? 2002 Apache Software Foundation. All Rights Reserved.