public class URISyntaxException extends Exception
Constructor and Description |
---|
URISyntaxException(String message,
String input) |
URISyntaxException(String message,
String input,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
String |
getInput() |
String |
getMessage()
Returns the extra information message which was provided when this
Throwable was created. |
String |
getReason() |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int getIndex()
public String getInput()
public String getReason()
public String getMessage()
Throwable
Throwable
was created. Returns null
if no message was
provided at creation time.getMessage
in class Throwable
Throwable
's detail message.