Class MissingOperandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pdfbox.contentstream.operator.MissingOperandException
-
- All Implemented Interfaces:
java.io.Serializable
public final class MissingOperandException extends java.io.IOException
Throw when a PDF operator is missing required operands.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingOperandException(Operator operator, java.util.List<COSBase> operands)
-