org.apache.velocity.exception
Class VelocityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
VelocityException(java.lang.String exceptionMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

VelocityException

public VelocityException(java.lang.String exceptionMessage)


Copyright © 2003 Apache Software Foundation. All Rights Reserved.