|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.ibm.xdms.exception.XdmsException
com.ibm.xdms.exception.xcap.XcapException
com.ibm.xdms.exception.xcap.NotWellFormedException
public class NotWellFormedException
Exception which indicates that the body of the request was not a well-formed XML document
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Fields inherited from class com.ibm.xdms.exception.xcap.XcapException |
---|
BASE_ERROR_DOC, BASE_ERROR_DOC_PREFIX, BASE_ERROR_DOC_SUFFIX, CONTENT_TYPE_XCAP_ERROR, errorDocumentLock, LOGGER |
Fields inherited from class com.ibm.xdms.exception.XdmsException |
---|
hasSetResponse |
Constructor Summary | |
---|---|
NotWellFormedException()
Constructor, with no phrase attribute |
|
NotWellFormedException(java.lang.String phrase)
Constructor, with a phrase attribute |
Method Summary | |
---|---|
java.lang.String |
getErrorPhrase()
Returns the error phrase |
Methods inherited from class com.ibm.xdms.exception.xcap.XcapException |
---|
createBaseErrorDocument, getContentType, getErrorDocument, getErrorDocumentAsString, getStatusCode, setErrorElement, setErrorElement, setErrorElementNS, setErrorElementNS, setupResponse |
Methods inherited from class com.ibm.xdms.exception.XdmsException |
---|
createLocalizedMessage, createLocalizedXdmsException, createServerMessage, createServerXdmsException, setupResponse |
Methods inherited from class javax.servlet.ServletException |
---|
getRootCause |
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public NotWellFormedException()
public NotWellFormedException(java.lang.String phrase)
phrase
- Value for the not-well-formed element's phrase attributeMethod Detail |
---|
public java.lang.String getErrorPhrase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |