Class URISyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.net.URISyntaxException
-
Constructor Summary
ConstructorsConstructorDescriptionURISyntaxException(String input, String reason) URISyntaxException(String input, String reason, int index) -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
URISyntaxException
-
URISyntaxException
-
-
Method Details
-
getIndex
public int getIndex()- Returns:
- the index
-
getInput
- Returns:
- the input
-
getReason
- Returns:
- the reason
-