Uses of Record Class
com.github.dakusui.exception.ExceptionContext.Entry
Packages that use ExceptionContext.Entry
Package
Description
ExceptionComposer mechanism
-
Uses of ExceptionContext.Entry in com.github.dakusui.exception
Methods in com.github.dakusui.exception that return ExceptionContext.EntryModifier 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.Methods in com.github.dakusui.exception with parameters of type ExceptionContext.EntryModifier and TypeMethodDescriptionfinal ExceptionContext<K> ExceptionContext.Manager.open(ExceptionContext.Entry<K>... entries) Creates a new exception context as a child of the current one. -
Uses of ExceptionContext.Entry in com.github.dakusui.symfonion.exception
Methods in com.github.dakusui.symfonion.exception that return ExceptionContext.EntryModifier and TypeMethodDescriptionSymfonionExceptionThrower.$(SymfonionExceptionThrower.Key key, Object value) SymfonionExceptionThrower.entry(SymfonionExceptionThrower.Key key, Object value) Methods in com.github.dakusui.symfonion.exception with parameters of type ExceptionContext.EntryModifier and TypeMethodDescriptionSymfonionExceptionThrower.context(ExceptionContext.Entry<SymfonionExceptionThrower.Key>... entries)