Class ModelParsingException

All Implemented Interfaces:
Serializable

public class ModelParsingException extends VeraPDFException
Exception type for PDFParser problems.
Author:
Carl Wilson
See Also:
  • Constructor Details

    • ModelParsingException

      public ModelParsingException()
      Default constructor for ModelParsingException.
    • ModelParsingException

      public ModelParsingException(String message)
      Constructs new ModelParsingException with a String message
      Parameters:
      message - a String message describing the cause of the exception.
    • ModelParsingException

      public ModelParsingException(String message, Throwable cause)
      Constructs new ModelParsingException with a String message and a Throwable cause.
      Parameters:
      message - a String message describing the cause of the exception.
      cause - Throwable cause of the exception.