public class VariableExpansionException extends RuntimeException
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(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, toStringCopyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.