Uses of Class
com.github.dakusui.exception.ExceptionContext.Manager
Packages that use ExceptionContext.Manager
Package
Description
ExceptionComposer mechanism
-
Uses of ExceptionContext.Manager in com.github.dakusui.exception
Methods in com.github.dakusui.exception that return ExceptionContext.ManagerModifier and TypeMethodDescriptionExceptionThrower.contextManager()Returns a context manager of this object.ExceptionContext.manager()Returns a manager of this object.Methods in com.github.dakusui.exception with parameters of type ExceptionContext.ManagerModifier and TypeMethodDescriptionprotected ExceptionContext<K> ExceptionContext.Factory.createContext(ExceptionContext.Manager<K> manager, ExceptionContext<K> parent, Map<K, Object> data) -
Uses of ExceptionContext.Manager in com.github.dakusui.symfonion.exception
Methods in com.github.dakusui.symfonion.exception that return ExceptionContext.Manager