public class MalformedUriTemplateException extends RuntimeException
| Constructor and Description |
|---|
MalformedUriTemplateException(String message,
int location)
Create a new UriTemplateParseException.
|
MalformedUriTemplateException(String message,
int location,
Throwable cause)
Create a new UriTemplateParseException.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLocation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedUriTemplateException(String message, int location, Throwable cause)
message - cause - public MalformedUriTemplateException(String message, int location)
message - Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.