Package com.itextpdf.tool.xml
Class NoCustomContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.tool.xml.NoCustomContextException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoCustomContextException extends java.lang.ExceptionThrown when a CustomContext is requested but there is none.- Author:
- redlab_b
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCustomContextException()NoCustomContextException(java.lang.String arg0)NoCustomContextException(java.lang.String arg0, java.lang.Throwable arg1)NoCustomContextException(java.lang.Throwable arg0)
-
-
-
Constructor Detail
-
NoCustomContextException
public NoCustomContextException()
-
NoCustomContextException
public NoCustomContextException(java.lang.String arg0)
- Parameters:
arg0- a description.
-
NoCustomContextException
public NoCustomContextException(java.lang.Throwable arg0)
- Parameters:
arg0- a throwable.
-
NoCustomContextException
public NoCustomContextException(java.lang.String arg0, java.lang.Throwable arg1)- Parameters:
arg0- a description.arg1- a throwable.
-
-