public class PdfStandardParsingException extends RuntimeException
Constructor and Description |
---|
PdfStandardParsingException(String message) |
Modifier and Type | Method and Description |
---|---|
static PdfStandardParsingException |
invalidPdfStandard(String pdfStandard) |
static PdfStandardParsingException |
invalidProperty(String property, String value, Stream<String> supported) |
static PdfStandardParsingException |
propertyNotSupportedForPdfStandard(String property, com.itextpdf.dito.sdk.output.properties.standard.PdfStandardId standard) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PdfStandardParsingException(String message)
public static PdfStandardParsingException propertyNotSupportedForPdfStandard(String property, com.itextpdf.dito.sdk.output.properties.standard.PdfStandardId standard)
public static PdfStandardParsingException invalidPdfStandard(String pdfStandard)
public static PdfStandardParsingException invalidProperty(String property, String value, Stream<String> supported)
Copyright © 2022. All rights reserved.