ASTException
extends QueryException
in package
Base exception class for AST exceptions.
Table of Contents
- associationPathCompositeKeyNotSupported() : QueryException
- associationPathInverseSideNotSupported() : QueryException
- cantUseInOperatorOnCompositeKeys() : ORMException
- dqlError() : QueryException
- entityManagerClosed() : ORMException
- findByRequiresParameter() : ORMException
- instanceOfUnrelatedClass() : QueryException
- invalidEntityRepository() : ORMException
- invalidFindByInverseAssociation() : ORMException
- invalidHydrationMode() : ORMException
- invalidLiteral() : QueryException
- invalidLockMode() : QueryException
- invalidMagicCall() : ORMException
- invalidOrientation() : ORMException
- invalidParameterFormat() : QueryException
- invalidParameterPosition() : QueryException
- invalidParameterType() : QueryException
- invalidPathExpression() : QueryException
- invalidQueryComponent() : QueryException
- invalidResultCacheDriver() : ORMException
- iterateWithFetchJoinCollectionNotAllowed() : QueryException
- iterateWithFetchJoinNotAllowed() : QueryException
- iterateWithMixedResultNotAllowed() : QueryException
- metadataCacheNotConfigured() : ORMException
- metadataCacheUsesNonPersistentCache() : ORMException
- mismatchedEventManager() : ORMException
- missingIdentifierField() : ORMException
- missingMappingDriverImpl() : ORMException
- namedNativeQueryNotFound() : ORMException
- namedQueryNotFound() : ORMException
- noDispatchForNode() : ASTException
- notSupported() : ORMException
- overwritingJoinConditionsNotYetSupported() : QueryException
- parameterTypeMismatch() : QueryException
- partialObjectsAreDangerous() : QueryException
- proxyClassesAlwaysRegenerating() : ORMException
- queryCacheNotConfigured() : ORMException
- queryCacheUsesNonPersistentCache() : ORMException
- semanticalError() : QueryException
- syntaxError() : QueryException
- tooFewParameters() : QueryException
- tooManyParameters() : QueryException
- unexpectedAssociationValue() : ORMException
- unknownEntityNamespace() : ORMException
- unknownParameter() : QueryException
- unrecognizedField() : ORMException
- unrecognizedIdentifierFields() : ORMException
Methods
associationPathCompositeKeyNotSupported()
public
static associationPathCompositeKeyNotSupported() : QueryException
Return values
QueryException —associationPathInverseSideNotSupported()
public
static associationPathInverseSideNotSupported(PathExpression $pathExpr) : QueryException
Parameters
- $pathExpr : PathExpression
Return values
QueryException —cantUseInOperatorOnCompositeKeys()
public
static cantUseInOperatorOnCompositeKeys() : ORMException
Tags
Return values
ORMException —dqlError()
public
static dqlError(string $dql) : QueryException
Parameters
- $dql : string
Return values
QueryException —entityManagerClosed()
public
static entityManagerClosed() : ORMException
Tags
Return values
ORMException —findByRequiresParameter()
public
static findByRequiresParameter(string $methodName) : ORMException
Parameters
- $methodName : string
Tags
Return values
ORMException —instanceOfUnrelatedClass()
public
static instanceOfUnrelatedClass(string $className, string $rootClass) : QueryException
Parameters
- $className : string
- $rootClass : string
Return values
QueryException —invalidEntityRepository()
public
static invalidEntityRepository(string $className) : ORMException
Parameters
- $className : string
Tags
Return values
ORMException —invalidFindByInverseAssociation()
public
static invalidFindByInverseAssociation(string $entityName, string $associationFieldName) : ORMException
Parameters
- $entityName : string
- $associationFieldName : string
Tags
Return values
ORMException —invalidHydrationMode()
public
static invalidHydrationMode(string $mode) : ORMException
Parameters
- $mode : string
Tags
Return values
ORMException —invalidLiteral()
public
static invalidLiteral(string $literal) : QueryException
Parameters
- $literal : string
Return values
QueryException —invalidLockMode()
public
static invalidLockMode() : QueryException
Return values
QueryException —invalidMagicCall()
public
static invalidMagicCall(string $entityName, string $fieldName, string $method) : ORMException
Parameters
- $entityName : string
- $fieldName : string
- $method : string
Tags
Return values
ORMException —invalidOrientation()
public
static invalidOrientation(string $className, string $field) : ORMException
Parameters
- $className : string
- $field : string
Tags
Return values
ORMException —invalidParameterFormat()
public
static invalidParameterFormat(string $value) : QueryException
Parameters
- $value : string
Return values
QueryException —invalidParameterPosition()
public
static invalidParameterPosition(string $pos) : QueryException
Parameters
- $pos : string
Return values
QueryException —invalidParameterType()
public
static invalidParameterType(string $expected, string $received) : QueryException
Parameters
- $expected : string
- $received : string
Return values
QueryException —invalidPathExpression()
public
static invalidPathExpression(object $pathExpr) : QueryException
Parameters
- $pathExpr : object
Return values
QueryException —invalidQueryComponent()
public
static invalidQueryComponent(string $dqlAlias) : QueryException
Parameters
- $dqlAlias : string
Return values
QueryException —invalidResultCacheDriver()
public
static invalidResultCacheDriver() : ORMException
Tags
Return values
ORMException —iterateWithFetchJoinCollectionNotAllowed()
public
static iterateWithFetchJoinCollectionNotAllowed(array<string|int, string> $assoc) : QueryException
Parameters
- $assoc : array<string|int, string>
Tags
Return values
QueryException —iterateWithFetchJoinNotAllowed()
public
static iterateWithFetchJoinNotAllowed(array<string|int, string> $assoc) : QueryException
Parameters
- $assoc : array<string|int, string>
Tags
Return values
QueryException —iterateWithMixedResultNotAllowed()
public
static iterateWithMixedResultNotAllowed() : QueryException
Return values
QueryException —metadataCacheNotConfigured()
public
static metadataCacheNotConfigured() : ORMException
Tags
Return values
ORMException —metadataCacheUsesNonPersistentCache()
public
static metadataCacheUsesNonPersistentCache(Cache $cache) : ORMException
Parameters
- $cache : Cache
Tags
Return values
ORMException —mismatchedEventManager()
public
static mismatchedEventManager() : ORMException
Tags
Return values
ORMException —missingIdentifierField()
public
static missingIdentifierField(string $className, string $fieldName) : ORMException
Parameters
- $className : string
- $fieldName : string
Tags
Return values
ORMException —missingMappingDriverImpl()
public
static missingMappingDriverImpl() : ORMException
Tags
Return values
ORMException —namedNativeQueryNotFound()
public
static namedNativeQueryNotFound(string $nativeQueryName) : ORMException
Parameters
- $nativeQueryName : string
Tags
Return values
ORMException —namedQueryNotFound()
public
static namedQueryNotFound(string $queryName) : ORMException
Parameters
- $queryName : string
Tags
Return values
ORMException —noDispatchForNode()
public
static noDispatchForNode(Node $node) : ASTException
Parameters
- $node : Node
Return values
ASTException —notSupported()
public
static notSupported() : ORMException
Tags
Return values
ORMException —overwritingJoinConditionsNotYetSupported()
public
static overwritingJoinConditionsNotYetSupported(array<string|int, string> $assoc) : QueryException
Parameters
- $assoc : array<string|int, string>
Tags
Return values
QueryException —parameterTypeMismatch()
public
static parameterTypeMismatch() : QueryException
Return values
QueryException —partialObjectsAreDangerous()
public
static partialObjectsAreDangerous() : QueryException
Return values
QueryException —proxyClassesAlwaysRegenerating()
public
static proxyClassesAlwaysRegenerating() : ORMException
Tags
Return values
ORMException —queryCacheNotConfigured()
public
static queryCacheNotConfigured() : ORMException
Tags
Return values
ORMException —queryCacheUsesNonPersistentCache()
public
static queryCacheUsesNonPersistentCache(Cache $cache) : ORMException
Parameters
- $cache : Cache
Tags
Return values
ORMException —semanticalError()
public
static semanticalError(string $message[, Exception|null $previous = null ]) : QueryException
Parameters
- $message : string
- $previous : Exception|null = null
Return values
QueryException —syntaxError()
public
static syntaxError(string $message[, Exception|null $previous = null ]) : QueryException
Parameters
- $message : string
- $previous : Exception|null = null
Return values
QueryException —tooFewParameters()
public
static tooFewParameters(int $expected, int $received) : QueryException
Parameters
- $expected : int
- $received : int
Return values
QueryException —tooManyParameters()
public
static tooManyParameters(int $expected, int $received) : QueryException
Parameters
- $expected : int
- $received : int
Return values
QueryException —unexpectedAssociationValue()
public
static unexpectedAssociationValue(string $class, string $association, string $given, string $expected) : ORMException
Parameters
- $class : string
- $association : string
- $given : string
- $expected : string
Tags
Return values
ORMException —unknownEntityNamespace()
public
static unknownEntityNamespace(string $entityNamespaceAlias) : ORMException
Parameters
- $entityNamespaceAlias : string
Tags
Return values
ORMException —unknownParameter()
public
static unknownParameter(string $key) : QueryException
Parameters
- $key : string
Return values
QueryException —unrecognizedField()
public
static unrecognizedField(string $field) : ORMException
Parameters
- $field : string
Tags
Return values
ORMException —unrecognizedIdentifierFields()
public
static unrecognizedIdentifierFields(string $className, array<string|int, string> $fieldNames) : ORMException
Parameters
- $className : string
- $fieldNames : array<string|int, string>