All the static errors have to be reported while constructing a model, not when a model is used (IOW, until the {@link ModelBuilder#link} completes.Internally, {@link ModelBuilder} wraps an {@link ErrorHandler} and all the modelcomponents should report errors through it.
{@link IllegalAnnotationException} is a checked exception to remindthe model classes to report it rather than to throw it. @see ModelBuilder @author Kohsuke Kawaguchi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|