SetaPDF_Merger_Exception Merger Exception

File: /SetaPDF v2/Merger/Exception.php

Class hierarchy

Implements

Summary

Properties

$_pdfFilename

The filename that was processed while the exception was created

$code

protected Exception::$code = 0

$file

protected Exception::$file

$line

protected Exception::$line

$message

protected Exception::$message = ''

Methods

__construct()

public SetaPDF_Merger_Exception::__construct (
[ string $message = '' [, int $code = 0 [, Exception|null $previous = null [, null $pdfFilename = null ]]]]
)

SetaPDF_Merger_Exception constructor.

Parameters
$message : string

The Exception message to throw.

$code : int

The Exception code.

$previous : Exception|null

The previous exception used for the exception chaining.

$pdfFilename : null

The PDF filename that was processed while the exception was created.

__clone()

Internal PHP method: Exception::__clone

__toString()

Internal PHP method: Exception::__toString

__wakeup()

Internal PHP method: Exception::__wakeup

getCode()

Internal PHP method: Exception::getCode

getFile()

Internal PHP method: Exception::getFile

getLine()

Internal PHP method: Exception::getLine

getMessage()

Internal PHP method: Exception::getMessage

getPdfFilename()

public SetaPDF_Merger_Exception::getPdfFilename (
void
): string

Get the PDF filename that was processed while the exception was created.

getPrevious()

Internal PHP method: Exception::getPrevious

getTrace()

Internal PHP method: Exception::getTrace

getTraceAsString()

Internal PHP method: Exception::getTraceAsString