You are here

namespace Drupal\Core\Entity\Exception in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\Entity\Exception
Classsort descending Location Description
AmbiguousEntityClassException core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php Exception thrown if multiple entity types exist for an entity class.
EntityTypeIdLengthException core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php Defines an exception thrown when an entity ID is too long.
FieldStorageDefinitionUpdateForbiddenException core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
InvalidLinkTemplateException core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php Indicates that a link template does not follow the required pattern.
NoCorrespondingEntityClassException core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php Exception thrown if an entity type is not represented by a class.
UndefinedLinkTemplateException core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php Defines an exception class for undefined link templates.
UnsupportedEntityTypeDefinitionException core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php Defines an exception thrown when an entity type definition is invalid.