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.
See Also:
  • Field Details

  • Constructor Details

    • 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