Package com.itextpdf.text.pdf.parser
Class InlineImageUtils.InlineImageParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.itextpdf.text.pdf.parser.InlineImageUtils.InlineImageParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InlineImageUtils
public static class InlineImageUtils.InlineImageParseException extends java.io.IOException
Simple class in case users need to differentiate an exception from processing inline images vs other exceptions- Since:
- 5.0.4
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InlineImageParseException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-