osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Add `E.asRuntimeException(Exception)` method #116

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

The method shall return the Exception if it is already a RuntimeException. It shall explore the targetException if the exception is a InvocationException