Class Handler

java.lang.Object
org.bremersee.exception.model.Handler
All Implemented Interfaces:
Serializable

public class Handler extends Object implements Serializable
The handler where the exception occurred.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • Handler

      protected Handler(String className, String methodName, List<String> methodParameterTypes)
      Instantiates a new handler.
      Parameters:
      className - the class name
      methodName - the method name
      methodParameterTypes - the method parameter types