Uses of Interface
com.github.dakusui.exception.ExceptionContext
Packages that use ExceptionContext
Package
Description
ExceptionComposer mechanism
-
Uses of ExceptionContext in com.github.dakusui.exception
Methods in com.github.dakusui.exception that return ExceptionContextModifier and TypeMethodDescriptionprotected ExceptionContext<K> ExceptionContext.Factory.createContext(ExceptionContext.Manager<K> manager, ExceptionContext<K> parent, Map<K, Object> data) ExceptionContext.Manager.current()Returns a current context.final ExceptionContext<K> ExceptionContext.Manager.open(ExceptionContext.Entry<K>... entries) Creates a new exception context as a child of the current one.Methods in com.github.dakusui.exception that return types with arguments of type ExceptionContextModifier and TypeMethodDescriptionExceptionContext.parent()Returns a parent of this object, if any.Methods in com.github.dakusui.exception with parameters of type ExceptionContextModifier and TypeMethodDescriptionvoidExceptionContext.Manager.close(ExceptionContext<K> context) Closes a givencontext.protected ExceptionContext<K> ExceptionContext.Factory.createContext(ExceptionContext.Manager<K> manager, ExceptionContext<K> parent, Map<K, Object> data) ExceptionThrower.message(ExceptionContext<K> context) Composes a message string using contextual information stored in a givencontext. -
Uses of ExceptionContext in com.github.dakusui.symfonion.exception
Methods in com.github.dakusui.symfonion.exception that return ExceptionContextModifier and TypeMethodDescriptionSymfonionExceptionThrower.context(ExceptionContext.Entry<SymfonionExceptionThrower.Key>... entries)