|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.apf.impl.DefaultErrorHandler
public class DefaultErrorHandler
Default implementation of the ErrorHandler
| Constructor Summary | |
|---|---|
DefaultErrorHandler()
Creates a new ErrorHandler with the default logger |
|
DefaultErrorHandler(Logger logger)
Creates a new ErrorHandler with the provided looger; |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultErrorHandler()
public DefaultErrorHandler(Logger logger)
| Method Detail |
|---|
public void fine(AnnotationProcessorException ape)
throws AnnotationProcessorException
fine in interface ErrorHandlerape - The warning information
any - exception to stop the annotation processing
AnnotationProcessorException
public void warning(AnnotationProcessorException ape)
throws AnnotationProcessorException
warning in interface ErrorHandlerape - The warning information
any - exception to stop the annotation processing
AnnotationProcessorException
public void error(AnnotationProcessorException ape)
throws AnnotationProcessorException
error in interface ErrorHandlerape - 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 | |||||||||