|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.digg.parsers.BaseParser
net.spy.digg.parsers.ErrorParser
public class ErrorParser
Parse a single error.
| Constructor Summary | |
|---|---|
ErrorParser()
|
|
| Method Summary | |
|---|---|
int |
getErrorId()
Get the error ID. |
java.lang.String |
getErrorMessage()
Get the error message. |
protected java.lang.String |
getRootElementName()
Get the name of the expected root element. |
protected void |
handleDocument(org.w3c.dom.Document doc)
Delegated document parsing. |
| Methods inherited from class net.spy.digg.parsers.BaseParser |
|---|
getAttr, getAttr, getDocument, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorParser()
| Method Detail |
|---|
protected java.lang.String getRootElementName()
BaseParser
getRootElementName in class BaseParser
protected void handleDocument(org.w3c.dom.Document doc)
throws org.xml.sax.SAXException,
java.io.IOException
BaseParser
handleDocument in class BaseParserorg.xml.sax.SAXException
java.io.IOExceptionpublic int getErrorId()
public java.lang.String getErrorMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||