Uses of Class
org.kink_lang.kink.ExceptionVal
Packages that use ExceptionVal
-
Uses of ExceptionVal in org.kink_lang.kink
Methods in org.kink_lang.kink that return ExceptionValModifier and TypeMethodDescriptionExceptionVal.chain
(ExceptionVal tail) Concatenates the chain ofthis
and the chain oftail
.Makes an exception val without chaining.Makes an exception val converted from Java Throwable.Methods in org.kink_lang.kink that return types with arguments of type ExceptionValModifier and TypeMethodDescriptionExceptionVal.next()
Returns the exception which is next to this in the chain.Methods in org.kink_lang.kink with parameters of type ExceptionValModifier and TypeMethodDescriptionExceptionVal.chain
(ExceptionVal tail) Concatenates the chain ofthis
and the chain oftail
.