Package net.officefloor.frame.api.source
Class LoadServiceError
java.lang.Object
java.lang.Throwable
java.lang.Error
net.officefloor.frame.api.source.AbstractSourceError
net.officefloor.frame.api.source.LoadServiceError
- All Implemented Interfaces:
Serializable
Indicates a service was not able to be loaded.
This is a critical error as services should always be able to be loaded.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoadServiceError(String serviceFactoryClassName, Throwable failure) Initiate. -
Method Summary
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
-
LoadServiceError
Initiate.- Parameters:
serviceFactoryClassName-ServiceFactoryClassname that failed to load.failure- Cause.
-
-
Method Details
-
getServiceFactoryClassName
Obtains theServiceFactoryClassname.- Returns:
ServiceFactoryClassname.
-