Package org.w3c.tidy
Class ExcessiveNesting
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.w3c.tidy.ExcessiveNesting
- All Implemented Interfaces:
Serializable
Exception signaling a document with excessive nesting that is considered a denial-of-service attack.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExcessiveNesting
public ExcessiveNesting()Creates aExcessiveNesting
.
-