public class DeclarativeServicesAnnotationError
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeclarativeServicesAnnotationError.ErrorType |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
className |
DeclarativeServicesAnnotationError.ErrorType |
errorType |
java.lang.String |
fieldName |
java.lang.String |
methodName |
java.lang.String |
methodSignature |
Constructor and 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) |
public final java.lang.String className
public final java.lang.String methodName
public final java.lang.String methodSignature
public final java.lang.String fieldName
public final DeclarativeServicesAnnotationError.ErrorType errorType
public DeclarativeServicesAnnotationError(java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)
public DeclarativeServicesAnnotationError(java.lang.String className, java.lang.String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType)