darx
Class DarxMalformedURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by darx.DarxException
                      extended by darx.DarxMalformedURLException
All Implemented Interfaces:
java.io.Serializable

public class DarxMalformedURLException
extends DarxException

This exception is thrown when a MalformedURLException has occured in the DARX context. Either no legal protocol could be found in a specification string or the string could not be parsed.

See Also:
MalformedURLException, Serialized Form

Field Summary
(package private)  java.lang.String url
          The faulty URL which caused this exception to be thrown.
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
DarxMalformedURLException(java.lang.String url)
          Constructs a MalformedURLException with the faulty URL.
 
Method Summary
 java.lang.String getURL()
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

java.lang.String url
The faulty URL which caused this exception to be thrown.

Constructor Detail

DarxMalformedURLException

public DarxMalformedURLException(java.lang.String url)
Constructs a MalformedURLException with the faulty URL.

Method Detail

getURL

public java.lang.String getURL()
Returns:
the faulty URL