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:
Serializable
Direct Known Subclasses:
MethodInvocationException, ParseErrorException, ResourceNotFoundException

public class VelocityException
extends Exception

Base class for Velocity exceptions thrown to the application layer.

Version:
$Id: VelocityException.java 291683 2005-09-26 17:25:44Z henning $
Author:
Kyle F. Downey
See Also:
Serialized Form

Constructor Summary
VelocityException(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(String exceptionMessage)


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