| Class | Description |
|---|---|
| RequirePathExceptionUtils |
| Exception | Description |
|---|---|
| AmbiguousRequirePathException |
Thrown when several resources match the required path.
|
| CircularDependencyException |
Thrown when several classes have produced a circular dependency that prevented the bundle from being written.
|
| ConfigException |
Thrown when the required configuration could not be resolved.
|
| DuplicateAssetContainerException |
Thrown when the default asset container exists in two locations, since it may only exist in one.
|
| IncorectContentPathPrefixException |
Thrown when an incorrect content plugin request prefix has been specified.
|
| InvalidBundlableNodeException | |
| InvalidContentPathException |
Thrown when an incorrect content plugin path has been specified.
|
| InvalidRequirePathException |
Thrown when an invalid location has been specified for the request.
|
| InvalidSdkDirectoryException |
Thrown when the specified directory is not a valid SDK.
|
| ModelOperationException |
Thrown when the precise cause of the failure could not be pinpointed, and MalformedRequestException, ResourceNotFoundException and ContentProcessingException
have been excluded.
|
| MultipleNodesForPathException |
Thrown when there are multiple nodes for the specified path, and recommends another method than the one throwing the exception.
|
| NamespaceException | |
| NodeAlreadyRegisteredException |
Thrown when a node has already been registered on the specified path.
|
| OutOfBundleScopeRequirePathException | |
| OutOfScopeRequirePathException | |
| PropertiesException |
Thrown when an error has been encountered while setting the properties of a plugin or node.
|
| RequirePathException |
Used as a superclass for request-path-related exceptions.
|
| UnresolvableRelativeRequirePathException |
Thrown when a relative require path goes above root.
|
| UnresolvableRequirePathException |
Thrown when the specified request path could not be found.
|