com.itextpdf.tool.xml.exceptions
Class NoTagProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoTagProcessorException(String tag)
           
NoTagProcessorException(String tag, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoTagProcessorException

public NoTagProcessorException(String tag)
Parameters:
tag - the tag

NoTagProcessorException

public NoTagProcessorException(String tag,
                               Exception e)
Parameters:
tag - the tag
e - a possible underlying exception


Copyright © 2015. All Rights Reserved.