UnknownFieldException Class Reference

Detailed Description

UnknownFieldException signals an exception in a message.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 18 of file UnknownFieldException.php.

+ Inheritance diagram for UnknownFieldException:

Public Member Functions

 __construct ($field, $message="", $code=0,\Exception $previous=null)
 
 getField ()
 

Constructor & Destructor Documentation

__construct (   $field,
  $message = "",
  $code = 0,
\Exception  $previous = null 
)

Constructor.

Parameters
$fieldThe name of the field
$messageThe error message
$codeThe error code
$previousThe previous Exception

Definition at line 29 of file UnknownFieldException.php.

Member Function Documentation

getField ( )

Get the name of the field.

Returns
String

Definition at line 38 of file UnknownFieldException.php.