public class URISyntaxException extends Exception
Constructor and Description |
---|
URISyntaxException(String input,
String reason) |
URISyntaxException(String input,
String reason,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
String |
getInput() |
String |
getReason() |
void |
setIndex(int index) |
void |
setInput(String input) |
void |
setReason(String reason) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public URISyntaxException(String input, String reason)
input
- reason
- public int getIndex()
public void setIndex(int index)
index
- the index to setpublic String getInput()
public void setInput(String input)
input
- the input to setpublic String getReason()
public void setReason(String reason)
reason
- the reason to set