Package aQute.bnd.component.error
Class DeclarativeServicesAnnotationError
- java.lang.Object
-
- aQute.bnd.component.error.DeclarativeServicesAnnotationError
-
public class DeclarativeServicesAnnotationError extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeclarativeServicesAnnotationError.ErrorType
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
className
DeclarativeServicesAnnotationError.ErrorType
errorType
java.lang.String
fieldName
java.lang.String
methodName
java.lang.String
methodSignature
-
Constructor Summary
Constructors Constructor Description DeclarativeServicesAnnotationError(java.lang.String className, java.lang.String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType)
DeclarativeServicesAnnotationError(java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
location()
java.lang.String
toString()
-
-
-
Field Detail
-
className
public final java.lang.String className
-
methodName
public final java.lang.String methodName
-
methodSignature
public final java.lang.String methodSignature
-
fieldName
public final java.lang.String fieldName
-
errorType
public final DeclarativeServicesAnnotationError.ErrorType errorType
-
-
Constructor Detail
-
DeclarativeServicesAnnotationError
public DeclarativeServicesAnnotationError(java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)
-
DeclarativeServicesAnnotationError
public DeclarativeServicesAnnotationError(java.lang.String className, java.lang.String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType)
-
-