Uses of Class
net.officefloor.frame.api.source.AbstractSourceError
-
Packages that use AbstractSourceError Package Description net.officefloor.configuration net.officefloor.frame.api.source -
-
Uses of AbstractSourceError in net.officefloor.configuration
Subclasses of AbstractSourceError in net.officefloor.configuration Modifier and Type Class Description classConfigurationErrorIndicates a failure in obtaining configuration. -
Uses of AbstractSourceError in net.officefloor.frame.api.source
Subclasses of AbstractSourceError in net.officefloor.frame.api.source Modifier and Type Class Description classLoadServiceErrorIndicates a service was not able to be loaded.classUnknownClassErrorIndicates aClasswas not available from theSourceContext.classUnknownPropertyErrorIndicates a property was not configured within theSourceProperties.classUnknownResourceErrorIndicates a resource was not available from theSourceContext.classUnknownServiceErrorIndicates a service was not available from theSourceContext.Constructors in net.officefloor.frame.api.source with parameters of type AbstractSourceError Constructor Description AbstractSourceError(AbstractSourceError error, ServiceFactory<?> serviceFactory)Instantiate to propagateServiceFactorysource error.
-