Class NoStackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.tool.xml.pipeline.html.NoStackException
- All Implemented Interfaces:
Serializable
Thrown when a StackKeeper was expected but could not be retrieved.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoStackException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoStackException
public NoStackException() -
NoStackException
- Parameters:
message
- a message
-
NoStackException
- Parameters:
cause
- a cause
-
NoStackException
- Parameters:
message
- a messagecause
- a cause
-