|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.controller.errors.XslParserException
public class XslParserException
The XslParserException
class is used for reporting errors rised during parsing
input XML and XSL files.
Constructor Summary | |
---|---|
XslParserException()
|
Method Summary | |
---|---|
void |
error(org.xml.sax.SAXParseException exception)
Handles the error messages rised during file parsing. |
void |
fatalError(org.xml.sax.SAXParseException exception)
Handles the fatal error messages rised during file parsing. |
void |
warning(org.xml.sax.SAXParseException exception)
Handles the warning messages rised during file parsing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XslParserException()
Method Detail |
---|
public void warning(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
exception
- the rised warning.
org.xml.sax.SAXException
- with the content of the rised warning.public void error(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
exception
- the rised error.
org.xml.sax.SAXException
- with the content of the rised error.public void fatalError(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
exception
- the rised fatal error.
org.xml.sax.SAXException
- with the content of the rised fatal error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |