Class MissingOperandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.tom_roush.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingOperandException(Operator operator, List<COSBase> operands)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-