EveException (String, String, String)

format

EveException(String fromClass,String fromMethod,String message)

description

This type of EveException does not wrap another exception. If you want to throw an EveException of your own, use this EveException.

parameters

fromClass - the class of the method throwing the exception

 

fromMethod - the method throwing the exception

 

message - a message explaining the exception

returns

nothing

throws

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