Class COSWriteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class COSWriteException
    extends COSException
    A COSException specific to writing/updating a PDF file's COS layer -- e.g. an incremental update that can't be appended because the base file's cross-reference chain can't be located, or content that no longer fits a size reserved for it up front.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      COSWriteException​(java.lang.String message)  
      COSWriteException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • COSWriteException

        public COSWriteException​(java.lang.String message)
      • COSWriteException

        public COSWriteException​(java.lang.String message,
                                 java.lang.Throwable cause)