org.apache.velocity.exception

Class VelocityException

Known Direct Subclasses:
MethodInvocationException, ParseErrorException, ResourceNotFoundException

public class VelocityException
extends 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

Constructor Summary

VelocityException(String exceptionMessage)

Constructor Details

VelocityException

public VelocityException(String exceptionMessage)


Copyright © 2003 Apache Software Foundation. All Rights Reserved.