public class URISyntaxException extends Exception
Constructor and Description |
---|
URISyntaxException(String input,
String reason) |
URISyntaxException(String input,
String reason,
int index) |
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