public class ErrorWindow extends java.lang.Object implements ParserErrorListener
Constructor and Description |
---|
ErrorWindow() |
Modifier and Type | Method and Description |
---|---|
void |
error(org.xml.sax.SAXParseException e)
Fired for an error.
|
void |
fatal(org.xml.sax.SAXParseException e)
Fired for a fatal error.
|
boolean |
hasErrors()
Return true if there were errors during the parsing.
|
void |
showExceptions(java.lang.String title)
Show the parsing exceptions in a popup window.
|
void |
warning(org.xml.sax.SAXParseException e)
Fired for a warning.
|
public void warning(org.xml.sax.SAXParseException e)
warning
in interface ParserErrorListener
e
- the SAXParseExceptionpublic void error(org.xml.sax.SAXParseException e)
error
in interface ParserErrorListener
e
- the SAXParseExceptionpublic void fatal(org.xml.sax.SAXParseException e)
fatal
in interface ParserErrorListener
e
- the SAXParseExceptionpublic boolean hasErrors()
hasErrors
in interface ParserErrorListener
public void showExceptions(java.lang.String title)
title
- the window titleCopyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence