jlibs.core.annotation.processing
Class AnnotationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by jlibs.core.annotation.processing.AnnotationError
All Implemented Interfaces:
Serializable

public class AnnotationError
extends Error

Author:
Santhosh Kumar T
See Also:
Serialized Form

Constructor Summary
AnnotationError(Element pos1, AnnotationMirror pos2, AnnotationValue pos3, String message)
           
AnnotationError(Element pos1, AnnotationMirror pos2, String message)
           
AnnotationError(Element elem, Class annotation, String message)
           
AnnotationError(Element elem, Class annotation, String method, String message)
           
AnnotationError(Element pos, String message)
           
AnnotationError(String message)
           
 
Method Summary
 void printMessage(Diagnostic.Kind kind)
           
 void report()
           
 void warn()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationError

public AnnotationError(String message)

AnnotationError

public AnnotationError(Element pos,
                       String message)

AnnotationError

public AnnotationError(Element elem,
                       Class annotation,
                       String message)

AnnotationError

public AnnotationError(Element elem,
                       Class annotation,
                       String method,
                       String message)

AnnotationError

public AnnotationError(Element pos1,
                       AnnotationMirror pos2,
                       String message)

AnnotationError

public AnnotationError(Element pos1,
                       AnnotationMirror pos2,
                       AnnotationValue pos3,
                       String message)
Method Detail

printMessage

public void printMessage(Diagnostic.Kind kind)

report

public void report()

warn

public void warn()


Copyright © 2015. All rights reserved.