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