org.apache.velocity.site.news
Class VelocityNewsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.velocity.site.news.VelocityNewsException
All Implemented Interfaces:
java.io.Serializable

public class VelocityNewsException
extends java.lang.Exception

Generic Exception for the news extension.

See Also:
Serialized Form

Constructor Summary
VelocityNewsException(java.lang.String message)
           
VelocityNewsException(java.lang.String message, java.lang.Throwable cause)
           
VelocityNewsException(java.lang.Throwable cause)
           
 
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

VelocityNewsException

public VelocityNewsException(java.lang.String message)

VelocityNewsException

public VelocityNewsException(java.lang.Throwable cause)

VelocityNewsException

public VelocityNewsException(java.lang.String message,
                             java.lang.Throwable cause)


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.