Package com.itextpdf.tool.xml
Class NoCustomContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.tool.xml.NoCustomContextException
- All Implemented Interfaces:
Serializable
Thrown when a CustomContext is requested but there is none.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
NoCustomContextException
public NoCustomContextException() -
NoCustomContextException
- Parameters:
arg0
- a description.
-
NoCustomContextException
- Parameters:
arg0
- a throwable.
-
NoCustomContextException
- Parameters:
arg0
- a description.arg1
- a throwable.
-