org.apache.qpid.url
Class URLSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.net.URISyntaxException
              extended by org.apache.qpid.url.URLSyntaxException
All Implemented Interfaces:
Serializable

public class URLSyntaxException
extends URISyntaxException

See Also:
Serialized Form

Constructor Summary
URLSyntaxException(String url, String error, int index, int length)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.net.URISyntaxException
getIndex, getInput, getMessage, getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLSyntaxException

public URLSyntaxException(String url,
                          String error,
                          int index,
                          int length)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Licensed to the Apache Software Foundation