|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXParseException | |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
org.apache.xalan.utils | Implementation of Xalan utility classes. |
org.xml.sax | SAX 2.0 interfaces. |
org.xml.sax.helpers | SAX 2.0 implementation classes. |
Uses of SAXParseException in org.apache.trax |
Subclasses of SAXParseException in org.apache.trax | |
interface |
ProcessorException
This exception serves as a root exception of TRaX exception, and is thrown in raw form when an exceptional condition occurs in the Processor object. |
interface |
TransformException
This simply subclasses the TransformException for the purposes of being able to be caught in a catch clause. |
Uses of SAXParseException in org.apache.xalan.processor |
Methods in org.apache.xalan.processor with parameters of type SAXParseException | |
void |
StylesheetHandler.warning(SAXParseException e)
**For advanced use only** Receive notification of a parser warning. |
void |
StylesheetHandler.error(SAXParseException e)
**For advanced use only** Receive notification of a recoverable parser error. |
void |
StylesheetHandler.fatalError(SAXParseException e)
**For advanced use only** Report a fatal XML parsing error. |
Uses of SAXParseException in org.apache.xalan.utils |
Methods in org.apache.xalan.utils with parameters of type SAXParseException | |
void |
DefaultErrorHandler.warning(SAXParseException exception)
Receive notification of a warning. |
void |
DefaultErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error. |
void |
DefaultErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error. |
Uses of SAXParseException in org.xml.sax |
Methods in org.xml.sax with parameters of type SAXParseException | |
void |
ErrorHandler.warning(SAXParseException exception)
Receive notification of a warning. |
void |
ErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error. |
void |
ErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error. |
void |
HandlerBase.warning(SAXParseException e)
Deprecated. Receive notification of a parser warning. |
void |
HandlerBase.error(SAXParseException e)
Deprecated. Receive notification of a recoverable parser error. |
void |
HandlerBase.fatalError(SAXParseException e)
Deprecated. Report a fatal XML parsing error. |
Uses of SAXParseException in org.xml.sax.helpers |
Methods in org.xml.sax.helpers with parameters of type SAXParseException | |
void |
DefaultHandler.warning(SAXParseException e)
Receive notification of a parser warning. |
void |
DefaultHandler.error(SAXParseException e)
Receive notification of a recoverable parser error. |
void |
DefaultHandler.fatalError(SAXParseException e)
Report a fatal XML parsing error. |
void |
XMLFilterImpl.warning(SAXParseException e)
Filter a warning event. |
void |
XMLFilterImpl.error(SAXParseException e)
Filter an error event. |
void |
XMLFilterImpl.fatalError(SAXParseException e)
Filter a fatal error event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |