Package com.damnhandy.uri.template
Class UriTemplateBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.damnhandy.uri.template.UriTemplateBuilderException
-
- All Implemented Interfaces:
Serializable
public class UriTemplateBuilderException extends RuntimeException
Raised when there is invalid rule in the construction of a URI template, such as applying multiple fragment expressions to a URI template.- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UriTemplateBuilderException()
Create a new UriTemplateBuilderException.UriTemplateBuilderException(String msg)
Create a new UriTemplateBuilderException.UriTemplateBuilderException(String msg, Throwable e)
Create a new UriTemplateBuilderException.UriTemplateBuilderException(Throwable e)
Create a new UriTemplateBuilderException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UriTemplateBuilderException
public UriTemplateBuilderException()
Create a new UriTemplateBuilderException.
-
UriTemplateBuilderException
public UriTemplateBuilderException(String msg)
Create a new UriTemplateBuilderException.- Parameters:
msg
-
-
UriTemplateBuilderException
public UriTemplateBuilderException(Throwable e)
Create a new UriTemplateBuilderException.- Parameters:
e
-
-
-