Package com.itextpdf.tool.xml.exceptions
Class NoTagProcessorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.tool.xml.exceptions.NoTagProcessorException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoTagProcessorException extends java.lang.RuntimeException
Thrown byTagProcessorFactory.getProcessor(String, String)
when the given tag did not map to anyTagProcessor
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoTagProcessorException(java.lang.String tag)
NoTagProcessorException(java.lang.String tag, java.lang.Exception e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-