Package org.bremersee.exception.model
Class Handler
java.lang.Object
org.bremersee.exception.model.Handler
- All Implemented Interfaces:
Serializable
The handler where the exception occurred.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Handler
Instantiates a new handler.- Parameters:
className
- the class namemethodName
- the method namemethodParameterTypes
- the method parameter types
-