ASTException
extends QueryException
in package
Base exception class for AST exceptions.
Table of Contents
Methods
- 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
QueryExceptionassociationPathInverseSideNotSupported()
public
static associationPathInverseSideNotSupported(PathExpression $pathExpr) : QueryException
Parameters
- $pathExpr : PathExpression
Return values
QueryExceptioncantUseInOperatorOnCompositeKeys()
public
static cantUseInOperatorOnCompositeKeys() : ORMException
Tags
Return values
ORMExceptiondqlError()
public
static dqlError(string $dql) : QueryException
Parameters
- $dql : string
Return values
QueryExceptionentityManagerClosed()
public
static entityManagerClosed() : ORMException
Tags
Return values
ORMExceptionfindByRequiresParameter()
public
static findByRequiresParameter(string $methodName) : ORMException
Parameters
- $methodName : string
Tags
Return values
ORMExceptioninstanceOfUnrelatedClass()
public
static instanceOfUnrelatedClass(string $className, string $rootClass) : QueryException
Parameters
- $className : string
- $rootClass : string
Return values
QueryExceptioninvalidEntityRepository()
public
static invalidEntityRepository(string $className) : ORMException
Parameters
- $className : string
Tags
Return values
ORMExceptioninvalidFindByInverseAssociation()
public
static invalidFindByInverseAssociation(string $entityName, string $associationFieldName) : ORMException
Parameters
- $entityName : string
- $associationFieldName : string
Tags
Return values
ORMExceptioninvalidHydrationMode()
public
static invalidHydrationMode(string $mode) : ORMException
Parameters
- $mode : string
Tags
Return values
ORMExceptioninvalidLiteral()
public
static invalidLiteral(string|Stringable $literal) : QueryException
Parameters
- $literal : string|Stringable
Return values
QueryExceptioninvalidLockMode()
public
static invalidLockMode() : QueryException
Return values
QueryExceptioninvalidMagicCall()
public
static invalidMagicCall(string $entityName, string $fieldName, string $method) : ORMException
Parameters
- $entityName : string
- $fieldName : string
- $method : string
Tags
Return values
ORMExceptioninvalidOrientation()
public
static invalidOrientation(string $className, string $field) : ORMException
Parameters
- $className : string
- $field : string
Tags
Return values
ORMExceptioninvalidParameterFormat()
public
static invalidParameterFormat(string $value) : QueryException
Parameters
- $value : string
Return values
QueryExceptioninvalidParameterPosition()
public
static invalidParameterPosition(string $pos) : QueryException
Parameters
- $pos : string
Return values
QueryExceptioninvalidParameterType()
public
static invalidParameterType(string $expected, string $received) : QueryException
Parameters
- $expected : string
- $received : string
Return values
QueryExceptioninvalidPathExpression()
public
static invalidPathExpression(PathExpression $pathExpr) : QueryException
Parameters
- $pathExpr : PathExpression
Return values
QueryExceptioninvalidQueryComponent()
public
static invalidQueryComponent(string $dqlAlias) : QueryException
Parameters
- $dqlAlias : string
Return values
QueryExceptioninvalidResultCacheDriver()
public
static invalidResultCacheDriver() : ORMException
Tags
Return values
ORMExceptioniterateWithFetchJoinCollectionNotAllowed()
public
static iterateWithFetchJoinCollectionNotAllowed(array<string|int, string> $assoc) : QueryException
Parameters
- $assoc : array<string|int, string>
Tags
Return values
QueryExceptioniterateWithFetchJoinNotAllowed()
public
static iterateWithFetchJoinNotAllowed(array<string|int, string> $assoc) : QueryException
Parameters
- $assoc : array<string|int, string>
Tags
Return values
QueryExceptioniterateWithMixedResultNotAllowed()
public
static iterateWithMixedResultNotAllowed() : QueryException
Return values
QueryExceptionmetadataCacheNotConfigured()
public
static metadataCacheNotConfigured() : ORMException
Tags
Return values
ORMExceptionmetadataCacheUsesNonPersistentCache()
public
static metadataCacheUsesNonPersistentCache(Cache $cache) : ORMException
Parameters
- $cache : Cache
Tags
Return values
ORMExceptionmismatchedEventManager()
public
static mismatchedEventManager() : ORMException
Tags
Return values
ORMExceptionmissingIdentifierField()
public
static missingIdentifierField(string $className, string $fieldName) : ORMException
Parameters
- $className : string
- $fieldName : string
Tags
Return values
ORMExceptionmissingMappingDriverImpl()
public
static missingMappingDriverImpl() : ORMException
Tags
Return values
ORMExceptionnamedNativeQueryNotFound()
public
static namedNativeQueryNotFound(string $nativeQueryName) : ORMException
Parameters
- $nativeQueryName : string
Tags
Return values
ORMExceptionnamedQueryNotFound()
public
static namedQueryNotFound(string $queryName) : ORMException
Parameters
- $queryName : string
Tags
Return values
ORMExceptionnoDispatchForNode()
public
static noDispatchForNode(Node $node) : ASTException
Parameters
- $node : Node
Return values
ASTExceptionnotSupported()
public
static notSupported() : ORMException
Tags
Return values
ORMExceptionoverwritingJoinConditionsNotYetSupported()
public
static overwritingJoinConditionsNotYetSupported(array<string|int, string> $assoc) : QueryException
Parameters
- $assoc : array<string|int, string>
Tags
Return values
QueryExceptionparameterTypeMismatch()
public
static parameterTypeMismatch() : QueryException
Return values
QueryExceptionpartialObjectsAreDangerous()
public
static partialObjectsAreDangerous() : QueryException
Return values
QueryExceptionproxyClassesAlwaysRegenerating()
public
static proxyClassesAlwaysRegenerating() : ORMException
Tags
Return values
ORMExceptionqueryCacheNotConfigured()
public
static queryCacheNotConfigured() : ORMException
Tags
Return values
ORMExceptionqueryCacheUsesNonPersistentCache()
public
static queryCacheUsesNonPersistentCache(Cache $cache) : ORMException
Parameters
- $cache : Cache
Tags
Return values
ORMExceptionsemanticalError()
public
static semanticalError(string $message[, Exception|null $previous = null ]) : QueryException
Parameters
- $message : string
- $previous : Exception|null = null
Return values
QueryExceptionsyntaxError()
public
static syntaxError(string $message[, Exception|null $previous = null ]) : QueryException
Parameters
- $message : string
- $previous : Exception|null = null
Return values
QueryExceptiontooFewParameters()
public
static tooFewParameters(int $expected, int $received) : QueryException
Parameters
- $expected : int
- $received : int
Return values
QueryExceptiontooManyParameters()
public
static tooManyParameters(int $expected, int $received) : QueryException
Parameters
- $expected : int
- $received : int
Return values
QueryExceptionunexpectedAssociationValue()
public
static unexpectedAssociationValue(string $class, string $association, string $given, string $expected) : ORMException
Parameters
- $class : string
- $association : string
- $given : string
- $expected : string
Tags
Return values
ORMExceptionunknownEntityNamespace()
public
static unknownEntityNamespace(string $entityNamespaceAlias) : ORMException
Parameters
- $entityNamespaceAlias : string
Tags
Return values
ORMExceptionunknownParameter()
public
static unknownParameter(string $key) : QueryException
Parameters
- $key : string
Return values
QueryExceptionunrecognizedField()
public
static unrecognizedField(string $field) : ORMException
Parameters
- $field : string
Tags
Return values
ORMExceptionunrecognizedIdentifierFields()
public
static unrecognizedIdentifierFields(string $className, array<string|int, string> $fieldNames) : ORMException
Parameters
- $className : string
- $fieldNames : array<string|int, string>