Class ContentStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pdfbox.preflight.exception.ValidationException
-
- org.apache.pdfbox.preflight.content.ContentStreamException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentStreamException extends ValidationException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
errorCode
-
Fields inherited from class org.apache.pdfbox.preflight.exception.ValidationException
pageNumber
-
-
Constructor Summary
Constructors Constructor Description ContentStreamException(java.lang.String arg0)
ContentStreamException(java.lang.String arg0, java.lang.Throwable arg1)
ContentStreamException(java.lang.Throwable arg0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getErrorCode()
void
setErrorCode(java.lang.String errorCode)
-
Methods inherited from class org.apache.pdfbox.preflight.exception.ValidationException
getPageNumber
-
-