Skip to content

FileTooBigException

Raimondas Rimkevičius edited this page Mar 9, 2020 · 2 revisions
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

Imponeer\Properties\Exceptions\FileTooBigException

Exception thrown when file is too big

Implements:

Throwable

Extend:

Exception

Methods

Name Description
getMaxSize Get maximum filesize allowed
getSize Return current file size
getSource Get source what was checked for filesize

Inherited methods

Name Description
__construct Construct the exception
__toString String representation of the exception
__wakeup -
getCode Gets the Exception code
getFile Gets the file in which the exception was created
getLine Gets the line in which the exception was created
getMessage Gets the Exception message
getPrevious Returns previous Exception
getTrace Gets the stack trace
getTraceAsString Gets the stack trace as a string

FileTooBigException::getMaxSize

Description

public getMaxSize (void)

Get maximum filesize allowed

Parameters

This function has no parameters.

Return Values

float


FileTooBigException::getSize

Description

public getSize (void)

Return current file size

Parameters

This function has no parameters.

Return Values

float


FileTooBigException::getSource

Description

public getSource (void)

Get source what was checked for filesize

Parameters

This function has no parameters.

Return Values

string


Clone this wiki locally