public class URISyntaxException
Constructors
public URISyntaxException(String input, String reason) | |
public URISyntaxException(String input, String reason, int index) |
Methods
public int getIndex() | |
public String getInput() | |
public String getReason() |
Inherited methods
Constructor details
URISyntaxException
public URISyntaxException(String input, String reason)URISyntaxException
public URISyntaxException(String input, String reason, int index)Method details
getIndex
public int getIndex()Returns
the index
getInput
public String getInput()Returns
the input
getReason
public String getReason()Returns
the reason