summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/ExceptionUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Refine new API methods: ExceptionUtils, Uri (Add @since, refine arguments and...Sven Gothel2015-10-031-15/+57
* Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-031-11/+21
* Bug 1213: Expose InterruptSource, SourcedInterruptedException and Interrupted...Sven Gothel2015-09-121-9/+33
* ExceptionUtils.dumpThrowable(..): Also dump all causes of the given ThrowableSven Gothel2015-01-231-0/+9
* ExceptionUtils.dumpStack(..): Skip self stack entrySven Gothel2014-12-031-1/+1
* Refine ExceptionUtils: Shorten method name, dumpThrowable uses dumpStackSven Gothel2014-10-261-8/+17
* Add ExceptionUtils: Exposing dumpStackTrace(..) and dumpThrowable(..)Sven Gothel2014-10-081-0/+60