Uses of Interface
com.github.dakusui.exception.ExceptionContext.Key
Packages that use ExceptionContext.Key
Package
Description
ExceptionComposer mechanism
-
Uses of ExceptionContext.Key in com.github.dakusui.exception
Classes in com.github.dakusui.exception with type parameters of type ExceptionContext.KeyModifier and TypeInterfaceDescriptioninterfaceExceptionContext<K extends ExceptionContext.Key>An interface that models a context that handles exceptions.static final recordExceptionContext.Entry<K extends ExceptionContext.Key>An entry that can be registered in theExceptionContext.static classExceptionContext.Factory<K extends ExceptionContext.Key>A factory of anExceptionContextobject.static classExceptionContext.Manager<K extends ExceptionContext.Key>A manager class of anExceptionContext.interfaceExceptionThrower<K extends ExceptionContext.Key>A class to throw exceptions with contextual and informative messages.Methods in com.github.dakusui.exception with type parameters of type ExceptionContext.KeyModifier and TypeMethodDescriptionstatic <K extends ExceptionContext.Key>
ExceptionContext.Entry<K> A shorthand method forentry(Key, Object).static <K extends ExceptionContext.Key>
ExceptionContext.Entry<K> Creates and returns anEntryobject. -
Uses of ExceptionContext.Key in com.github.dakusui.symfonion.exception
Classes in com.github.dakusui.symfonion.exception that implement ExceptionContext.Key