org.apache.velocity.exception
Class VelocityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.velocity.exception.VelocityException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MethodInvocationException, ParseErrorException, ResourceNotFoundException

public class VelocityException
extends java.lang.Exception

Base class for Velocity exceptions thrown to the application layer.

Version:
$Id: VelocityException.java,v 1.2 2001/03/27 02:25:08 geirm Exp $
Author:
Kyle F. Downey
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
VelocityException(java.lang.String exceptionMessage)
           
 
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

VelocityException

public VelocityException(java.lang.String exceptionMessage)


Copyright ? 2002 Apache Software Foundation. All Rights Reserved.