|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException com.xml_project.morganaxproc.filesystem.XProcFilesystem.UnsupportedMethodException
public final class XProcFilesystem.UnsupportedMethodException
An Exception thrown if a XProcHttpRequest
which an unsupported method
is found.
Constructor Summary | |
---|---|
XProcFilesystem.UnsupportedMethodException(java.lang.String usedMethod,
java.lang.String supportedMethods)
Creates a new UnsupportedMethodException |
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.UnsupportedMethodException(java.lang.String usedMethod, java.lang.String supportedMethods)
UnsupportedMethodException
usedMethod
- the unsupported method.supportedMethods
- a string with the supported methods as info.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |