null
to a method that only operates on non-null
values) or any other less likely cause. Evolizer plug-ins should not throw/expose any other exception than {@link EvolizerException} or{@link EvolizerRuntimeException} to other (Evolizer) plug-ins. For example, you should never throw an{@link IOException} over plug-in boundaries, but instead catch it an re-throw an Evolizer exception.
@author wuersch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|