Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
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