Package com.github.dakusui.exception
Class ExceptionContext.Factory<K extends ExceptionContext.Key>
java.lang.Object
com.github.dakusui.exception.ExceptionContext.Factory<K>
- Type Parameters:
K- Type of key.
- Enclosing interface:
ExceptionContext<K extends ExceptionContext.Key>
A factory of an ExceptionContext object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExceptionContext<K> createContext(ExceptionContext.Manager<K> manager, ExceptionContext<K> parent, Map<K, Object> data)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createContext
protected ExceptionContext<K> createContext(ExceptionContext.Manager<K> manager, ExceptionContext<K> parent, Map<K, Object> data)
-