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.
See Also:
  • Field Details

  • Constructor Details

    • NoStackException

      public NoStackException()
    • NoStackException

      public NoStackException(String message)
      Parameters:
      message - a message
    • NoStackException

      public NoStackException(Throwable cause)
      Parameters:
      cause - a cause
    • NoStackException

      public NoStackException(String message, Throwable cause)
      Parameters:
      message - a message
      cause - a cause