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:
Serializable
public class NoTagProcessorException extends RuntimeException
Thrown byTagProcessorFactory.getProcessor(String, String)
when the given tag did not map to anyTagProcessor
.- Author:
- redlab_b
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoTagProcessorException(String tag)
NoTagProcessorException(String tag, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-