Package org.agrona
Class LangUtil
java.lang.Object
org.agrona.LangUtil
Grouping of language level utilities to make programming in Java more convenient.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidRethrow anThrowablepreserving the stack trace but making it unchecked.
-
Method Details
-
rethrowUnchecked
Rethrow anThrowablepreserving the stack trace but making it unchecked.- Parameters:
ex- to be rethrown and unchecked.
-