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 by TagProcessorFactory.getProcessor(String, String)
when the given tag
did not map to any TagProcessor
.
- Author:
- redlab_b
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoTagProcessorException
public NoTagProcessorException(String tag)
- Parameters:
tag
- the tag
NoTagProcessorException
public NoTagProcessorException(String tag,
Exception e)
- Parameters:
tag
- the tage
- a possible underlying exception
Copyright © 2012. All Rights Reserved.