Class NoStackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.tool.xml.pipeline.html.NoStackException
-
- All Implemented Interfaces:
Serializable
public class NoStackException extends Exception
Thrown when a StackKeeper was expected but could not be retrieved.- Author:
- itextpdf.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStackException()
NoStackException(String message)
NoStackException(String message, Throwable cause)
NoStackException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-