| Package | Description |
|---|---|
| org.sejda.model.exception | |
| org.sejda.model.outline | |
| 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 |
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)
|
| 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 |
Task.before(T parameters)
Called before the actual execution of the task.
|
void |
Task.execute(T parameters)
Executes the task with the input parameters
|
Copyright © 2015. All Rights Reserved.