Class MissingOperandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pdfbox.contentstream.operator.MissingOperandException
All Implemented Interfaces:
Serializable

public final class MissingOperandException extends IOException
Throw when a PDF operator is missing required operands.
See Also:
  • Constructor Details

    • MissingOperandException

      public MissingOperandException(Operator operator, List<COSBase> operands)