Package com.damnhandy.uri.template
Class VariableExpansionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.damnhandy.uri.template.VariableExpansionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VarExploderException
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:
- Since:
- 1.0
- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableExpansionException(String message)
Create a new VariableExpansionException.VariableExpansionException(String message, Throwable cause)
Create a new VariableExpansionException.VariableExpansionException(Throwable cause)
Create a new VariableExpansionException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-