Punic APIs
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • Punic
    • Exception

Exceptions

  • BadArgumentType
  • BadDataFileContents
  • DataFileNotFound
  • DataFileNotReadable
  • DataFolderNotFound
  • InvalidDataFile
  • InvalidLocale
  • NotImplemented
  • ValueNotInList

Class BadDataFileContents

An exception raised when an data file contains malformed data.

Exception implements Throwable
Extended by Punic\Exception
Extended by Punic\Exception\BadDataFileContents
Namespace: Punic\Exception
Located at Exception/BadDataFileContents.php

Methods summary

public
# __construct( string $dataFilePath, string $dataFileContents, Exception $previous = null )

Initializes the instance.

Initializes the instance.

Parameters

$dataFilePath
The path to the file with bad contents
$dataFileContents
The malformed of the file
$previous
The previous exception used for the exception chaining

Overrides

Punic\Exception::__construct
public string
# getDataFilePath( )

Retrieves the path to the data file.

Retrieves the path to the data file.

Returns

string
public string
# getDataFileContents( )

Retrieves the malformed contents of the file.

Retrieves the malformed contents of the file.

Returns

string

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Constants summary

Constants inherited from Punic\Exception

BAD_ARGUMENT_TYPE, BAD_DATA_FILE_CONTENTS, DATA_FILE_NOT_FOUND, DATA_FILE_NOT_READABLE, DATA_FOLDER_NOT_FOUND, INVALID_DATAFILE, INVALID_LOCALE, NOT_IMPLEMENTED, VALUE_NOT_IN_LIST

Punic APIs API documentation generated by ApiGen