com.itextpdf.tool.xml.pipeline.html
Class NoStackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
NoStackException()
           
NoStackException(String message)
           
NoStackException(String message, Throwable cause)
           
NoStackException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2015. All Rights Reserved.