public class DeclarativeServicesAnnotationError
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DeclarativeServicesAnnotationError.ErrorType |
| 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 | 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)