|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ErrorHandler
Basic interfaced for annotation processing warnings and errors
| Method Summary | |
|---|---|
void |
error(AnnotationProcessorException ape)
Receive notification of an error |
void |
fine(AnnotationProcessorException ape)
Receive notication of a fine error message |
void |
warning(AnnotationProcessorException ape)
Receive notification of a warning |
| Method Detail |
|---|
void fine(AnnotationProcessorException ape)
throws AnnotationProcessorException
ape - The warning information
any - exception to stop the annotation processing
AnnotationProcessorException
void warning(AnnotationProcessorException ape)
throws AnnotationProcessorException
ape - The warning information
any - exception to stop the annotation processing
AnnotationProcessorException
void error(AnnotationProcessorException ape)
throws AnnotationProcessorException
ape - The error information
amy - exception to stop the annotation processing
AnnotationProcessorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||