Class NoDataException

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

public class NoDataException extends Exception
Thrown when something that needs data to function does not have that data.
See Also:
  • Field Details

  • Constructor Details

    • NoDataException

      public NoDataException()
    • NoDataException

      public NoDataException(String message)
      Parameters:
      message - the message
    • NoDataException

      public NoDataException(Throwable cause)
      Parameters:
      cause - a cause
    • NoDataException

      public NoDataException(String message, Throwable cause)
      Parameters:
      message - the message
      cause - the cause