org.apache.velocity.exception
Class VelocityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VelocityException
public VelocityException(String exceptionMessage)
Copyright © 2002 Apache Software Foundation. All Rights Reserved.