aQute.bnd.component.error
Class DeclarativeServicesAnnotationError

java.lang.Object
  extended by aQute.bnd.component.error.DeclarativeServicesAnnotationError

public class DeclarativeServicesAnnotationError
extends Object


Nested Class Summary
static class DeclarativeServicesAnnotationError.ErrorType
           
 
Field Summary
 String className
           
 DeclarativeServicesAnnotationError.ErrorType errorType
           
 String methodName
           
 String methodSignature
           
 
Constructor Summary
DeclarativeServicesAnnotationError(String className, String methodName, String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public final String className

methodName

public final String methodName

methodSignature

public final String methodSignature

errorType

public final DeclarativeServicesAnnotationError.ErrorType errorType
Constructor Detail

DeclarativeServicesAnnotationError

public DeclarativeServicesAnnotationError(String className,
                                          String methodName,
                                          String methodSignature,
                                          DeclarativeServicesAnnotationError.ErrorType errorType)


Copyright © 2014 aQute SARL. All rights reserved.