KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > URISyntaxException

java.net
Class URISyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.net.URISyntaxException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, URI

public int getIndex()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getInput()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getReason()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public URISyntaxException(String input,
                          String reason)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public URISyntaxException(String input,
                          String reason,
                          int index)
See Also:
IllegalArgumentException, NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags