| Classes | |
|---|---|
| FixedPositionViolationException | Thrown when `before(firstSource, …)` or `after(lastSource, …)` is called. |
| InvalidArrayParameterException | |
| InvalidArrayValueParameterException | |
| InvalidCardManifestUrlException | Raised by {@see \LaravelUi5\Core\Ui5\Dashboard\Emitters\CardEmitter} when the Card's `getNamespace()` / `getVersion()`… |
| InvalidDashboardNamespaceException | Raised by {@see \LaravelUi5\Core\Http\Controllers\DashboardController} when a resolved Dashboard artifact's … |
| InvalidHttpMethodActionException | |
| InvalidModuleException | |
| InvalidODataException | |
| InvalidParameterDateException | |
| InvalidParameterException | |
| InvalidParameterSourceException | |
| InvalidParameterTypeException | |
| InvalidParameterValueException | |
| InvalidPathException | |
| InvalidSettingException | |
| InvalidSlotValueException | Thrown when the request supplies a value for a slot that is not of the slot's declared type — `?date=kaputt` for a … |
| MissingArtifactException | |
| MissingArtifactRootException | |
| MissingAssetException | |
| MissingCardI18nBundleException | |
| MissingCardManifestException | |
| MissingDashboardException | |
| MissingDefaultValueException | |
| MissingManifestException | |
| MissingReportViewException | |
| MissingRequiredParameterException | |
| MissingVendorAssetException | |
| NoModelFoundForParameterException | |
| NonRoutableArtifactException | |
| OutdatedVersionException | |
| ParameterPipelineCycleException | Meant for a configured chain that contains a cycle — which cannot happen: `before()` and `after()` insert into a linear… |
| Ui5Exception | |
| UndefinedBagKeyException | |
| UndefinedEndpointException | |
| UnfilledRequiredSlotException | Thrown when one or more slots remain unfilled after the full pipeline has been walked. Every slot is mandatory by… |
| UnknownParameterSourceException | Thrown when `before()` or `after()` references a source class that is not registered in this pipeline. |
| UnknownSlotException | Thrown by Ui5RegistryInterface::getSlot() when the requested slot is not in the catalog. |
| UnregisteredDashboardChildException | Raised by {@see \LaravelUi5\Core\Ui5\Dashboard\DefaultDashboardTransformer} when a dashboard group declares a child… |
| Exceptions | |
| InvalidSlotSourceValueException | Thrown when a server-side parameter source — a stored value, a composition proposal, a catalog default — fills a slot… |
| MissingExecutableMethodException | Thrown by {@see \LaravelUi5\Core\Runtime\ExecutableInvoker} when an invoked-behaviour target — a DataProvider, an… |
| UnknownCatalogEntryException | Thrown when a catalog is asked for a named entry it does not carry (`--seed=<unknown>`, `--recipe=<unknown>`, `ui5… |
| UnsupportedDashboardChildException | Raised by {@see \LaravelUi5\Core\Ui5\Dashboard\DefaultDashboardTransformer::buildLeafEmitter} when a group child does… |