|
|||||||||
| 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
com.xml_project.morganaxproc.filesystem.XProcFilesystem.UnknownSchemeException
public static final class XProcFilesystem.UnknownSchemeException
An Exception thrown if the scheme in an uri is not known or not supported.
| Constructor Summary | |
|---|---|
XProcFilesystem.UnknownSchemeException(java.net.URI uri)
Creates a new UnknownSchemeException from an uri which scheme is not supported. |
|
XProcFilesystem.UnknownSchemeException(XProcHttpRequest r,
java.lang.Object handler)
Creates a new UnknownSchemeException from a XProcHttpRequest
with an unknown scheme and the handler to which the scheme is unknown. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XProcFilesystem.UnknownSchemeException(java.net.URI uri)
UnknownSchemeException from an uri which scheme is not supported.
uri - the uri not supported.
public XProcFilesystem.UnknownSchemeException(XProcHttpRequest r,
java.lang.Object handler)
UnknownSchemeException from a XProcHttpRequest
with an unknown scheme and the handler to which the scheme is unknown.
r - the XProcHttpRequest with the unknown scheme in the uri.handler - the object to which the scheme is unknown.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||