Skip to content

Commit 1c8b16b

Browse files
committed
Added new constant to PdfException.
DefaultAppearanceNotFound. DEVSIX-1769
1 parent 08291dc commit 1c8b16b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/src/main/java/com/itextpdf/kernel/PdfException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public class PdfException extends RuntimeException {
138138
public static final String ColorSpaceNotFound = "ColorSpace not found.";
139139
public static final String ContentStreamMustNotInvokeOperatorsThatSpecifyColorsOrOtherColorRelatedParameters = "Content stream must not invoke operators that specify colors or other color related parameters in the graphics state.";
140140
public static final String DecodeParameterType1IsNotSupported = "Decode parameter type {0} is not supported.";
141+
public static final String DefaultAppearanceNotFound = "DefaultAppearance is required but not found";
141142
public static final String DefaultcryptfilterNotFoundEncryption = "/DefaultCryptFilter not found (encryption).";
142143
public static final String DictionaryKey1IsNotAName = "Dictionary key {0} is not a name.";
143144
@Deprecated

0 commit comments

Comments
 (0)