| Package | Description |
|---|---|
| org.sejda.model.exception | |
| org.sejda.model.outline | |
| org.sejda.model.split | |
| org.sejda.model.task |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidTaskParametersException
Exception thrown after validation of the task parameters if the validation fails.
|
class |
TaskExecutionException
Exception in the task execution process.
|
class |
TaskIOException
Exception thrown if an IOException is raised during the task execution
|
class |
TaskNonLenientExecutionException
Exception signaling a task execution failure due to a recoverable exception thrown during a NON lenient task execution.
|
class |
TaskNotFoundException
Exception thrown if no Task is found
|
class |
TaskOutputVisitException
Exception thrown when visiting a TaskOutput
|
class |
TaskPermissionsException
Exception used for permissions related errors
|
class |
TaskWrongPasswordException
Exception thrown when a wrong password has been set and it's not possible to open the pdf document (and execute the task)
|
class |
UnsupportedTextException |
| Modifier and Type | Method and Description |
|---|---|
T |
OutlineSubsetProvider.getOutlineUntillPage(int endPage) |
T |
OutlineSubsetProvider.getOutlineUntillPageWithOffset(int endPage,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
NextOutputStrategy.ensureIsValid()
Ensures that the strategy implementation is in a valid state.
|
boolean |
NextOutputStrategy.isClosing(Integer page) |
boolean |
NextOutputStrategy.isOpening(Integer page) |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.before(T parameters,
TaskExecutionContext context)
Called before the actual execution of the task.
|
void |
BaseTask.before(T parameters,
TaskExecutionContext context) |
void |
Task.execute(T parameters)
Executes the task with the input parameters
|
Copyright © 2021 sejda. All rights reserved.