PHP Class Doctrine\ODM\CouchDB\Mapping\MappingException

Since: 1.0
Author: Benjamin Eberlei ([email protected])
Author: Lukas Kahwe Smith ([email protected])
Inheritance: extends Exception
Exibir arquivo Open project: doctrine/couchdb-odm Class Usage Examples

Public Methods

Method Description
classIsNotAValidDocument ( $className )
classNotFound ( $className )
classNotMapped ( )
duplicateFieldMapping ( $className, $fieldName )
fileMappingDriversRequireConfiguredDirectoryPath ( )
invalidInheritanceRoot ( $className, $parents )
mappingFileNotFound ( $className, $filename )
mappingNotFound ( $className, $fieldName )
noTypeSpecified ( )
reflectionFailure ( $document, ReflectionException $previousException )

Method Details

classIsNotAValidDocument() public static method

public static classIsNotAValidDocument ( $className )

classNotFound() public static method

public static classNotFound ( $className )

classNotMapped() public static method

public static classNotMapped ( )

duplicateFieldMapping() public static method

public static duplicateFieldMapping ( $className, $fieldName )

fileMappingDriversRequireConfiguredDirectoryPath() public static method

invalidInheritanceRoot() public static method

public static invalidInheritanceRoot ( $className, $parents )

mappingFileNotFound() public static method

public static mappingFileNotFound ( $className, $filename )

mappingNotFound() public static method

public static mappingNotFound ( $className, $fieldName )

noTypeSpecified() public static method

public static noTypeSpecified ( )

reflectionFailure() public static method

public static reflectionFailure ( $document, ReflectionException $previousException )
$previousException ReflectionException