Class PDFRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PDFCosNumberParseRuntimeException

public class PDFRuntimeException extends RuntimeException
This is the base class of all runtime exceptions that are thrown from Gibson. Inside our code this exception should be thrown, instead of creating instances of RuntimeException.
See Also:
  • Constructor Details

    • PDFRuntimeException

      public PDFRuntimeException(String message)
      Constructor with a string message
    • PDFRuntimeException

      public PDFRuntimeException(PDFException ex)
      Creates a PDFRuntimeException by wrapping a PDFException
    • PDFRuntimeException

      public PDFRuntimeException(String message, Throwable ex)
      Creates a PDFRuntimeException by wrapping a Exception and a message