EveException (String, String, Exception)

 

format

EveException(String fromClass,String fromMethod,Exception e)

description

This is the simplest form of EveException. This EveException simply wraps a standard Java (or other) exception. It contains the name of the throwing class, the throwing method, and the exception that was thrown. It also contains a stack trace in ExceptionName.stackTrace.

parameters

fromClass - the class of the method throwing the exception

 

fromMethod - the method throwing the exception

 

e - the actual exception thrown

returns

nothing

throws

The EveException() method does not explicitly throw any exceptions.