PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRenderingErrorType Enumeration
In This Topic
    PDFRenderingErrorType Enumeration
    In This Topic
    Specifies the supported error types for reporting.
    Members
    MemberDescription
    GENERIC_ERRORGeneric PDF error.
    INSUFFICIENT_IMAGE_DATAImage data is incomplete.
    INVALID_OBJECT_TYPEThe type of an object is not of the expected type.
    INVALID_PAGE_CONTENT_OPERATORPage content contains a PDF operator with invalid parameters.
    INVALID_PAGE_CONTENT_TOKENPage content contains an invalid token.
    MISSING_IMAGE_DATAImage object has no data.
    MISSING_OBJECTObject is missing.
    TOO_MANY_GRAPHICS_STATE_RESTORESPage content contains too many Q operators.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.render.PDFRenderingErrorType

    See Also