Package net.officefloor.frame.api.source
Class UnknownServiceError
java.lang.Object
java.lang.Throwable
java.lang.Error
net.officefloor.frame.api.source.AbstractSourceError
net.officefloor.frame.api.source.UnknownServiceError
- All Implemented Interfaces:
Serializable
Indicates a service was not available from the SourceContext.
This is a critical error as the source is requiring the service to initialise and subsequently start.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Obtains theServiceFactorytype that is not configured.Methods inherited from class net.officefloor.frame.api.source.AbstractSourceError
addIssue, getServiceFactoryMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownServiceError
Initiate.- Parameters:
unknownServiceFactoryType-ServiceFactorytype that is not configured.
-
-
Method Details
-
getUnknownServiceFactoryType
Obtains theServiceFactorytype that is not configured.- Returns:
ServiceFactorytype that is not configured.
-