Package aQute.bnd.component.error
Class DeclarativeServicesAnnotationError
java.lang.Object
aQute.bnd.component.error.DeclarativeServicesAnnotationError
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeclarativeServicesAnnotationError
(String className, String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType) DeclarativeServicesAnnotationError
(String className, String methodName, String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType) -
Method Summary
-
Field Details
-
className
-
methodName
-
methodSignature
-
fieldName
-
errorType
-
-
Constructor Details
-
DeclarativeServicesAnnotationError
public DeclarativeServicesAnnotationError(String className, String methodName, String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType) -
DeclarativeServicesAnnotationError
public DeclarativeServicesAnnotationError(String className, String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType)
-
-
Method Details