ExecutionFailureException
extends RuntimeException
in package
Pdfbox execution failure exception.
Table of Contents
- $command : mixed
- __construct() : mixed
- createFromCommand() : self
- getCommand() : string
Properties
$command
private
mixed
$command
Methods
__construct()
public
__construct(string $command, string $message, int $code[, Throwable|null $previous = null ]) : mixed
Parameters
- $command : string
- $message : string
- $code : int
- $previous : Throwable|null = null
Return values
mixed —createFromCommand()
public
static createFromCommand(string $command, string $name[, Throwable|null $e = null ]) : self
Parameters
- $command : string
- $name : string
- $e : Throwable|null = null
Return values
self —getCommand()
public
getCommand() : string