Class

DoctrineException

Package: Doctrine\Common License: LGPL 2.1 Author: Guilherme BLANCO guilhermeblanco@hotmail.com Author: Jonathan WAGE jonwage@gmail.com Author: Roman BORSCHEL roman@code-factory.org Version: PHPBoost 5.2 - last update: 2016 11 14 Since: PHPBoost 4.0 - 2013 01 01 Link: https://www.doctrine-project.org Contributor: mipel mipel@phpboost.com Located at: io/db/dbms/Doctrine/Common/DoctrineException.php

Base Exception class of Doctrine

Exception implements Throwable
Extended by DoctrineException
Methods summary
public
# __construct( string $message = "", Exception $cause = null )

Initializes a new DoctrineException.

public static
# notImplemented( string $method = null, string $class = null )

Throws a DoctrineException reporting not implemented method in a given class

public static
# __callStatic( string $method, array $arguments = array() )

Implementation of __callStatic magic method.

public static string|false
# getExceptionMessage( string $messageKey )

Retrieves error string given a message key for lookup

public static
# unknownColumnType( $type )
public static
# typeExists( $type )
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message