|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
darx.DarxException
darx.DarxMalformedURLException
public class DarxMalformedURLException
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.
MalformedURLException
,
Serialized FormField 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 |
---|
java.lang.String url
Constructor Detail |
---|
public DarxMalformedURLException(java.lang.String url)
Method Detail |
---|
public java.lang.String getURL()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |