public class VariableExpansionException extends RuntimeException
This RuntimeException is raised when the the template processor
encounters an issue expanding the value into the variable at expansion time.
Typical scenarios are:
| Constructor and Description |
|---|
VariableExpansionException()
Create a new VariableExpansionException.
|
VariableExpansionException(String message)
Create a new VariableExpansionException.
|
VariableExpansionException(String message,
Throwable cause)
Create a new VariableExpansionException.
|
VariableExpansionException(Throwable cause)
Create a new VariableExpansionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VariableExpansionException()
public VariableExpansionException(String message)
message - public VariableExpansionException(Throwable cause)
cause - Copyright © April 30, 2012-2012 Ryan J. McDonough. All Rights Reserved.