Package com.pd4ml.pdf.cos.writer
Class COSWriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.cos.COSException
-
- com.pd4ml.pdf.cos.writer.COSWriteException
-
- All Implemented Interfaces:
java.io.Serializable
public class COSWriteException extends COSException
ACOSExceptionspecific 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)
-