org.apache.velocity.runtime.exception
Class ReferenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.velocity.runtime.exception.ReferenceException
All Implemented Interfaces:
Serializable

public class ReferenceException
extends Exception

Exception thrown when a bad reference is found.

Version:
$Id: ReferenceException.java 291683 2005-09-26 17:25:44Z henning $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

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


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.