Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.tool.xml.exceptions.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
Due to support for Java 1.5, a NotImplementedException
See Also:
  • Field Details

  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
    • NotImplementedException

      public NotImplementedException(String arg0)
      Parameters:
      arg0 - a message
    • NotImplementedException

      public NotImplementedException(Throwable arg0)
      Parameters:
      arg0 - a cause
    • NotImplementedException

      public NotImplementedException(String arg0, Throwable arg1)
      Parameters:
      arg0 - a message
      arg1 - a cause