[ 
https://issues.apache.org/jira/browse/GROOVY-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005831#comment-15005831
 ] 

Pascal Schumacher commented on GROOVY-7554:
-------------------------------------------

I guess we could add a copy of 
[https://commons.apache.org/proper/commons-lang/javadocs/api-3.4/org/apache/commons/lang3/exception/ExceptionUtils.html#getStackTrace%28java.lang.Throwable%29]
 to org.codehaus.groovy.runtime.StackTraceUtils


> Add method to get printed stack trace in Throwable
> --------------------------------------------------
>
>                 Key: GROOVY-7554
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7554
>             Project: Groovy
>          Issue Type: Improvement
>          Components: groovy-jdk
>    Affects Versions: 2.4.4
>            Reporter: Mauro Molinari
>            Priority: Minor
>
> It would be very handy if Groovy JDK provided a method in {{Throwable}} to 
> get the printed stack trace as a string.
> This would save the user to call the default {{printStackTrace(PrintWriter)}} 
> method with a {{StringWriter}} and retrieve the result from there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to