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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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.
-
-