Package dev.amp.validator.exception
Class MaxParseNodesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- dev.amp.validator.exception.MaxParseNodesException
-
- All Implemented Interfaces:
Serializable
public class MaxParseNodesException extends SAXException
Exception thrown when max (HTML) nodes are encountered.- Author:
- nhant01, GeorgeLuo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxParseNodesException()Constructor.
-
Method Summary
-
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-