Class NoCustomContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.tool.xml.NoCustomContextException
All Implemented Interfaces:
Serializable

public class NoCustomContextException extends Exception
Thrown when a CustomContext is requested but there is none.
See Also:
  • Field Details

  • Constructor Details

    • NoCustomContextException

      public NoCustomContextException()
    • NoCustomContextException

      public NoCustomContextException(String arg0)
      Parameters:
      arg0 - a description.
    • NoCustomContextException

      public NoCustomContextException(Throwable arg0)
      Parameters:
      arg0 - a throwable.
    • NoCustomContextException

      public NoCustomContextException(String arg0, Throwable arg1)
      Parameters:
      arg0 - a description.
      arg1 - a throwable.