Class JspDocumentParser.EnableDTDValidationException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JspDocumentParser

    private static class JspDocumentParser.EnableDTDValidationException
    extends org.xml.sax.SAXParseException
    • Constructor Summary

      Constructors 
      Constructor Description
      EnableDTDValidationException​(java.lang.String message, org.xml.sax.Locator loc)  
    • Method Summary

      • Methods inherited from class org.xml.sax.SAXParseException

        getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
      • Methods inherited from class org.xml.sax.SAXException

        getCause, getException, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EnableDTDValidationException

        EnableDTDValidationException​(java.lang.String message,
                                     org.xml.sax.Locator loc)