Copyright© 2008-2022 Sitevision AB, all rights reserved.
public final class VelocityException extends RuntimeException
VelocityRenderer.render(VelocityContext, String),
Serialized Form| Constructor and Description |
|---|
VelocityException(String aMessage)
Constructs a new runtime exception with the specified detail message.
|
VelocityException(String aMessage,
Throwable aCause)
Constructs a new runtime exception with the specified detail message and cause.
|
VelocityException(Throwable aCause)
Constructs a new runtime exception with the specified cause and a detail message of
(cause==null ? |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VelocityException(String aMessage)
aMessage - the detail message.public VelocityException(String aMessage, Throwable aCause)
aMessage - the detail message.aCause - the cause.public VelocityException(Throwable aCause)
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).aCause - the cause.Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.