java.net
Class URISyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.net.URISyntaxException

public synchronized class URISyntaxException
extends Exception


Constructor Summary
URISyntaxException(String, String)
           
URISyntaxException(String, String, int)
           
 
Method Summary
 int getIndex()
           
 String getInput()
           
 String getMessage()
           
 String getReason()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

URISyntaxException

public URISyntaxException(String,
                          String,
                          int)

URISyntaxException

public URISyntaxException(String,
                          String)
Method Detail

getInput

public String getInput()

getReason

public String getReason()

getIndex

public int getIndex()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable