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
fromClass
fromMethod - the method throwing the exception
fromMethod
message - a message explaining the exception
message
returns
nothing
throws
The EveException() method does not explicitly throw any exceptions.
EveException()