org.xwiki.velocity
Class XWikiVelocityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.velocity.XWikiVelocityException
- All Implemented Interfaces:
- Serializable
public class XWikiVelocityException
- extends Exception
Any exception raised in the XWiki Velocity component must raise an exception of this type.
- Version:
- $Id$
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XWikiVelocityException
public XWikiVelocityException(String message)
- Constructs a new exception with the specified detail message.
- Parameters:
message - the exception message- See Also:
Exception.Exception(String)
XWikiVelocityException
public XWikiVelocityException(String message,
Throwable throwable)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message - the exception messagethrowable - the original exception to wrap- See Also:
Exception.Exception(String, Throwable)
Copyright © 2004-2012 XWiki. All Rights Reserved.