Page
Table of Contents
Classes
- BrokenRootLineException
- Exception for root line traversal when a page within the root line traversal is missing / can not be resolved
- CircularPageReferenceChainException
- This exception is thrown in {@see PageRepository::resolveReferencedPageRecord()}
in case that circular page reference chain has been detected and would end up in
endless loop resolving chain. This is impossible to resolve and communicated with
this exception.
- CircularRootLineException
- Exception for root line traversal when a loop is detected
- MountPointException
- Exception thrown if a mount point is used
- MountPointsDisabledException
- Exception thrown if a mount point is used but disabled via
"$GLOBALS['TYPO3_CONF_VARS']['FE']['enable_mount_pids']"
- PageNotFoundException
- Exception thrown if a page can not be fetched from the DB
- PagePropertyRelationNotFoundException
- Exception thrown if a page property relation can not be fetched from the DB
- PageReferenceResolvingReachedIterationLimitException
- This exception is thrown in {@see PageRepository::resolveReferencedPageRecord()} in case
the iteration limit to resolve page references has been reached and is aborted to avoid
consuming too much time and resources.
- RootLineException
- Base exception for root line traversal. This extends from RuntimeException for historical reasons
and bw compatibility