public class DAVErrorHandler extends BasicDAVHandler
Modifier and Type | Field and Description |
---|---|
private static DAVElement |
ERROR_DATA |
private SVNErrorMessage |
myError |
private SVNErrorCode |
myErrorCode |
private java.lang.String |
myErrorMessage |
private static DAVElement |
SVN_ERROR |
DAV_NAMESPACES_LIST, SVN_DAV_NAMESPACES_LIST, SVN_NAMESPACES_LIST
Constructor and Description |
---|
DAVErrorHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
endElement(DAVElement parent,
DAVElement element,
java.lang.StringBuffer cdata) |
SVNErrorMessage |
getErrorMessage() |
protected void |
startElement(DAVElement parent,
DAVElement element,
org.xml.sax.Attributes attrs) |
allocateBuffer, characters, createPropertyValue, createPropertyValueFromBase64, endElement, endPrefixMapping, getNamespaces, init, invalidXML, startElement, startPrefixMapping
private static final DAVElement SVN_ERROR
private static final DAVElement ERROR_DATA
private SVNErrorMessage myError
private SVNErrorCode myErrorCode
private java.lang.String myErrorMessage
public SVNErrorMessage getErrorMessage()
protected void startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) throws SVNException
startElement
in class BasicDAVHandler
SVNException
protected void endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) throws SVNException
endElement
in class BasicDAVHandler
SVNException