Package com.github.phantomthief.util
Class ThrowableUtils
- java.lang.Object
-
- com.github.phantomthief.util.ThrowableUtils
-
public class ThrowableUtils extends Object
- Author:
- w.vela Created on 2019-06-18.
-
-
Constructor Summary
Constructors Constructor Description ThrowableUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidchangeThrowableMessage(Throwable throwable, String message)static voidchangeThrowableMessage(Throwable throwable, Function<String,String> messageChangeFunc)
-