com.itextpdf.tool.xml.pipeline.html
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- a cause
Copyright © 2012. All Rights Reserved.