|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.tireme.shared.xml.sax.SAXErrorHandler
public class SAXErrorHandler
Handler of all errors reported by a SAX parser
| Constructor Summary | |
|---|---|
SAXErrorHandler()
Constructor for the SAXErrorHandler object |
|
SAXErrorHandler(boolean exit)
Constructor for the SAXErrorHandler object |
|
SAXErrorHandler(boolean exit,
boolean keepStringError)
Constructor for the SAXErrorHandler object |
|
SAXErrorHandler(boolean exit,
boolean keepStringError,
boolean systPrint)
Constructor for the SAXErrorHandler object |
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException ex)
Error. |
void |
fatalError(org.xml.sax.SAXParseException ex)
Fatal error. |
java.lang.String |
getErrorString()
Gets the errorString attribute of the SAXErrorHandler object |
boolean |
getStatus()
Gets the status attribute of the SAXErrorHandler object |
void |
printError(org.xml.sax.SAXParseException ex,
char type)
Description of the Method |
void |
warning(org.xml.sax.SAXParseException ex)
Warning. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXErrorHandler(boolean exit)
exit - Description of the Parameter
public SAXErrorHandler(boolean exit,
boolean keepStringError)
exit - Description of the ParameterkeepStringError - Description of the Parameter
public SAXErrorHandler(boolean exit,
boolean keepStringError,
boolean systPrint)
exit - Description of the ParameterkeepStringError - Description of the ParametersystPrint - Description of Parameterpublic SAXErrorHandler()
| Method Detail |
|---|
public boolean getStatus()
public java.lang.String getErrorString()
public void warning(org.xml.sax.SAXParseException ex)
warning in interface org.xml.sax.ErrorHandlerex - Description of Parameterpublic void error(org.xml.sax.SAXParseException ex)
error in interface org.xml.sax.ErrorHandlerex - Description of Parameter
public void fatalError(org.xml.sax.SAXParseException ex)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerex - Description of Parameter
org.xml.sax.SAXException - Description of Exception
public void printError(org.xml.sax.SAXParseException ex,
char type)
ex - Description of Parametertype - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||