public class URITemplateSyntaxException extends IllegalArgumentException
| Constructor and Description |
|---|
URITemplateSyntaxException(String input,
String reason)
Constructs an instance from the given input string, reason.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInput()
Returns the input string.
|
String |
getReason()
Returns the reason explaining why the input string could not be parsed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.