org.apache.velocity.site.plexus
Class PlexusKludgeException

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

public class PlexusKludgeException
extends java.lang.Exception

Generic Exception for the news extension.

See Also:
Serialized Form

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

PlexusKludgeException

public PlexusKludgeException(java.lang.String message)

PlexusKludgeException

public PlexusKludgeException(java.lang.Throwable cause)

PlexusKludgeException

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


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