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 classDeclarativeServicesAnnotationError.ErrorType
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringclassNameDeclarativeServicesAnnotationError.ErrorTypeerrorTypejava.lang.StringfieldNamejava.lang.StringmethodNamejava.lang.StringmethodSignature
-
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.Stringlocation()java.lang.StringtoString()
-
-
-
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)
-
-