com.thaiopensource.validate.jarv
Class VerifierValidator.ExceptionReportHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.thaiopensource.validate.jarv.VerifierValidator.ExceptionReportHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
VerifierValidator

private static class VerifierValidator.ExceptionReportHandler
extends DefaultHandler


Field Summary
private  SAXException storedException
           
 
Constructor Summary
VerifierValidator.ExceptionReportHandler(SAXException storedException)
           
 
Method Summary
 void startDocument()
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storedException

private final SAXException storedException
Constructor Detail

VerifierValidator.ExceptionReportHandler

VerifierValidator.ExceptionReportHandler(SAXException storedException)
Method Detail

startDocument

public void startDocument()
                   throws SAXException
Specified by:
startDocument in interface ContentHandler
Overrides:
startDocument in class DefaultHandler
Throws:
SAXException