com.xml_project.morganaxproc.filesystem
Class XProcFilesystem.UnknownSchemeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.xml_project.morganaxproc.filesystem.XProcFilesystem.UnknownSchemeException
All Implemented Interfaces:
Serializable
Enclosing class:
XProcFilesystem

public static final class XProcFilesystem.UnknownSchemeException
extends IOException

An Exception thrown if the scheme in an uri is not known or not supported.

See Also:
Serialized Form

Constructor Summary
XProcFilesystem.UnknownSchemeException(URI uri)
          Creates a new UnknownSchemeException from an uri which scheme is not supported.
XProcFilesystem.UnknownSchemeException(XProcHttpRequest r, 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

XProcFilesystem.UnknownSchemeException

public XProcFilesystem.UnknownSchemeException(URI uri)
Creates a new UnknownSchemeException from an uri which scheme is not supported.

Parameters:
uri - the uri not supported.

XProcFilesystem.UnknownSchemeException

public XProcFilesystem.UnknownSchemeException(XProcHttpRequest r,
                                              Object handler)
Creates a new UnknownSchemeException from a XProcHttpRequest with an unknown scheme and the handler to which the scheme is unknown.

Parameters:
r - the XProcHttpRequest with the unknown scheme in the uri.
handler - the object to which the scheme is unknown.