lombok.ast.resolve
Class AnnotationClassNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lombok.ast.ResolutionException
lombok.ast.resolve.AnnotationClassNotAvailableException
- All Implemented Interfaces:
- Serializable
public class AnnotationClassNotAvailableException
- extends ResolutionException
This exception can be thrown when a Class
returning method is called on an
annotation instance from Resolver.toAnnotationInstance(Class, lombok.ast.Annotation)
.
You should use Resolver.getAnnotationClassAsString(java.lang.annotation.Annotation, String)
instead.
- See Also:
- Serialized Form
AnnotationClassNotAvailableException
public AnnotationClassNotAvailableException(Node problemNode,
String className)
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.