Package org.w3c.tidy
Class ExcessiveNesting
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.w3c.tidy.ExcessiveNesting
-
- All Implemented Interfaces:
java.io.Serializable
public class ExcessiveNesting extends java.lang.Exception
Exception signaling a document with excessive nesting that is considered a denial-of-service attack.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcessiveNesting()
Creates aExcessiveNesting
.
-
-
-
Constructor Detail
-
ExcessiveNesting
public ExcessiveNesting()
Creates aExcessiveNesting
.
-
-