org.apache.velocity.exception
Class VelocityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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 191743 2005-06-21 23:22:20Z dlr $
Author:
Kyle F. Downey
See Also:
Serialized Form

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

VelocityException

public VelocityException(String exceptionMessage)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.