Method | Description | |
---|---|---|
classIsNotAValidXmlEntity ( $className ) | ||
classIsNotAValidXmlEntityOrXmlMappedSuperClass ( $className ) | ||
couldNotInferGetterMethod ( $entityName, $fieldName ) | ||
couldNotInferSetterMethod ( $entityName, $fieldName ) | ||
customTypeWithoutNodeElement ( $className, $fieldName ) | ||
duplicateFieldMapping ( string $entity, string $fieldName ) | ||
duplicateXmlFieldName ( $className, $bindingName ) | ||
duplicateXmlNameBinding ( $className, $xmlName ) | ||
fieldGetMethodDoesNotExist ( $className, $fieldName, $getMethod ) | ||
fieldRequired ( $entityName, $fieldName ) | ||
fieldSetMethodDoesNotExist ( $className, $fieldName, $setMethod ) | ||
fieldTypeNotFound ( $className, $fieldName, $type ) | ||
fileMappingDriversRequiresConfiguredDirectoryPath ( $path = null ) | ||
invalidInheritanceType ( $entityName, $type ) | ||
invalidMapping ( string $fieldName ) | Generic exception for invalid mappings. | |
mappingFileNotFound ( $entityName, $fileName ) | ||
mappingNotFound ( $className, $fieldName ) | ||
missingFieldForBinding ( $fieldName ) | ||
missingFieldName ( $entity ) | ||
missingFieldType ( $className, $fieldName ) | ||
noFieldNameFoundForXmlName ( $className, $column ) | ||
pathRequired ( ) | ||
propertyTypeIsRequired ( $className, $propertyName ) | ||
reflectionFailure ( string $entity, ReflectionException $previousException ) | Exception for reflection exceptions - adds the entity name, because there might be long classnames that will be shortened within the stacktrace | |
xmlBindingTypeUnknown ( $fieldName, $bindingType ) |
public static classIsNotAValidXmlEntity ( $className ) |
public static classIsNotAValidXmlEntityOrXmlMappedSuperClass ( $className ) |
public static couldNotInferGetterMethod ( $entityName, $fieldName ) |
public static couldNotInferSetterMethod ( $entityName, $fieldName ) |
public static customTypeWithoutNodeElement ( $className, $fieldName ) |
public static duplicateFieldMapping ( string $entity, string $fieldName ) | ||
$entity | string | The entity's name |
$fieldName | string | The name of the field that was already declared |
public static duplicateXmlFieldName ( $className, $bindingName ) |
public static duplicateXmlNameBinding ( $className, $xmlName ) |
public static fieldGetMethodDoesNotExist ( $className, $fieldName, $getMethod ) |
public static fieldSetMethodDoesNotExist ( $className, $fieldName, $setMethod ) |
public static fieldTypeNotFound ( $className, $fieldName, $type ) |
public static fileMappingDriversRequiresConfiguredDirectoryPath ( $path = null ) |
public static invalidInheritanceType ( $entityName, $type ) |
public static invalidMapping ( string $fieldName ) | ||
$fieldName | string |
public static mappingFileNotFound ( $entityName, $fileName ) |
public static noFieldNameFoundForXmlName ( $className, $column ) |
public static propertyTypeIsRequired ( $className, $propertyName ) |
public static reflectionFailure ( string $entity, ReflectionException $previousException ) | ||
$entity | string | The entity's name |
$previousException | ReflectionException |
public static xmlBindingTypeUnknown ( $fieldName, $bindingType ) |