This section describes the three forms of EveException
,
differentiated by the number and type of their arguments.
The com.evisionglobal.eve.kernel.eveException
package defines eVe's own exception class.
When you are writing a method that throws or catches an eveException, keep the following things in mind:
catch exceptions as early as possible
EveExceptions log themselves, so long as
logErrors
in the Eve.properties
file is TRUE
eVision recommends that you enclose all method calls within try...catch blocks so that you can trap exceptions that occur and deal with them while the source of the exception is clear.
There are three forms of EveException, differentiated by the number and type of their arguments.