com.sun.tools.javac.processing
Class AnnotationProcessingError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.sun.tools.javac.processing.AnnotationProcessingError
All Implemented Interfaces:
java.io.Serializable

public class AnnotationProcessingError
extends java.lang.Error

Error thrown for problems encountered during annotation processing.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
AnnotationProcessingError(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AnnotationProcessingError

AnnotationProcessingError(java.lang.Throwable cause)