PdfCombinerException class
Exception class used throughout the PdfCombiner plugin to represent errors that occur during PDF or image processing operations.
This exception is thrown when:
- Input parameters are missing or invalid.
- A file does not exist or is of an unsupported type.
- A processing error occurs inside platform-specific implementations.
The message property provides a human‑readable description of the error.
- Implemented types
Constructors
- PdfCombinerException(String message)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited