Class KException
Exception Class
KException is the base class for all koowa related exceptions and provides an additional method for printing up a detailed view of an exception.
KException has support for nested exceptions which is a feature that was only added in PHP 5.3
- Exception
-
KException
implements
KExceptionInterface
Direct known subclasses
AnDomainAttributeException, AnDomainDescriptionException, AnDomainStoreException, KBehaviorException, KCommandException, KConfigException, KControllerException, KDatabaseException, KDateException, KDispatcherException, KEventException, KFilterException, AnDomainEntityException, KHelperException, KHttpException, KInflectorException, KLoaderAdapterException, KLoaderException, KMixinException, KModelException, KObjectException, KRequestException, KServiceException, AnDomainExceptionMapping, KTemplateException, KViewException, AnDomainExceptionType, AnDomainExceptionValidation, AnDomainPropertyException, AnDomainQueryException, AnDomainRelationshipException, AnDomainRepositoryExceptionIndirect known subclasses
KControllerBehaviorException, KControllerToolbarException, KTemplateFilterException, KTemplateHelperException, KDatabaseAdapterException, KDatabaseBehaviorException, KDatabaseRowException, KDatabaseRowsetException, KDatabaseSchemaException, KDatabaseTableException, KServiceIdentifierException, KServiceLocatorException
Package: Libraries\Koowa\Exception
Copyright: Copyright (C) 2007 - 2012 Johan Janssens. All rights reserved.
License: GPLv3 <http://www.gnu.org/licenses/gpl.html>
Author: Johan Janssens <johan@nooku.org>
Located at koowa/exception/exception.php
Copyright: Copyright (C) 2007 - 2012 Johan Janssens. All rights reserved.
License: GPLv3 <http://www.gnu.org/licenses/gpl.html>
Author: Johan Janssens <johan@nooku.org>
Located at koowa/exception/exception.php
public
|
#
__construct( string $message = null, integer $code =
Constructor |
public
mixed
|
|
protected
Exception
|
|
public
string
|
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|