public interface ErrorHandler
ModelBuilderI.
All the static errors have to be reported while constructing a
model, not when a model is used (IOW, until the ModelBuilderI completes.
Internally, ModelBuilderI wraps an ErrorHandler and all the model
components should report errors through it.
IllegalAnnotationException is a checked exception to remind
the model classes to report it rather than to throw it.
ModelBuilderI| Modifier and Type | Method and Description |
|---|---|
void |
error(IllegalAnnotationException e)
Receives a notification for an error in the annotated code.
|
void error(IllegalAnnotationException e)
e - Copyright © 2018 JBoss by Red Hat. All rights reserved.