Package net.officefloor.frame.api.source
Class UnknownClassError
java.lang.Object
java.lang.Throwable
java.lang.Error
net.officefloor.frame.api.source.AbstractSourceError
net.officefloor.frame.api.source.UnknownClassError
- All Implemented Interfaces:
Serializable
Indicates a Class was not available from the SourceContext.
This is a critical error as the source is requiring the Class to
initialise and subsequently start.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownClassError(String unknownClassName) Initiate.UnknownClassError(UnknownClassError unknownClassError, ServiceFactory<?> serviceFactory) Instantiate. -
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
-
UnknownClassError
Initiate.- Parameters:
unknownClassName- Name of the unknownClass.
-
UnknownClassError
Instantiate.- Parameters:
unknownClassError- TriggeringUnknownClassError.serviceFactory-ServiceFactoryrequiring the property.
-
-
Method Details