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
public class NoCustomContextException extends Exception
Thrown when a CustomContext is requested but there is none.- Author:
- redlab_b
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCustomContextException()
NoCustomContextException(String arg0)
NoCustomContextException(String arg0, Throwable arg1)
NoCustomContextException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-