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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|