Q_Exception_MissingConfig Class
Constructor
Q_Exception_MissingConfig
-
$fieldpath
Parameters:
-
$fieldpath
String
Item Index
Methods
$exception
-
$exception
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:65
Construct a Q_Exception object from an Exception.
Parameters:
-
$exception
Object
Returns:
__get
-
$param
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:81
Parameters:
-
$param
String
Returns:
__set
-
$param
-
$value
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:93
Parameters:
-
$param
String -
$value
Mixed
getTraceAsStringEx
()
String
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:212
Returns trace as string, can be overridden. Use this in your exception reporting. This is the default implementation.
Returns:
getTraceEx
()
Array
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:198
Returns the trace array, can be overridden. Use this in your exception reporting. This is the default implementation.
Returns:
inputFields
()
Array
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:112
Returns the array of names of input fields the exception applies to.
Returns:
params
()
Array
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:102
Returns the array of parameters the exception was created with.
Returns:
rethrowDestClasses
()
Array
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:184
Returns an array of classes to rethrow to, if any.
Returns:
Properties
$rethrowDestClasses
Array
protected
Inherited from
Q_Exception:
platform/classes/Q/Exception.php:351