Comments on: Java stack traces in Matlab https://undocumentedmatlab.com/blog_old/java-stack-traces-in-matlab Charting Matlab's unsupported hidden underbelly Thu, 02 May 2024 08:00:01 +0000 hourly 1 https://wordpress.org/?v=4.4.1 By: A couple of internal Matlab bugs and workarounds | Undocumented Matlabhttps://undocumentedmatlab.com/blog_old/java-stack-traces-in-matlab#comment-211811 Wed, 12 Jun 2013 22:39:01 +0000 https://undocumentedmatlab.com/?p=2783#comment-211811 […] unless “dbstop if error” is on. Here is the full stack trace at the point of error (see this post regarding how to generate the Java stack dump): K>> dbstack > In […]

]]>
By: Laurenthttps://undocumentedmatlab.com/blog_old/java-stack-traces-in-matlab#comment-83162 Wed, 25 Apr 2012 14:20:57 +0000 https://undocumentedmatlab.com/?p=2783#comment-83162 so bad…
Thank you for your quick reply and for everything you share with us.

Laurent

]]>
By: Yair Altmanhttps://undocumentedmatlab.com/blog_old/java-stack-traces-in-matlab#comment-83149 Wed, 25 Apr 2012 12:23:21 +0000 https://undocumentedmatlab.com/?p=2783#comment-83149 @Laurent – I too would love to disable these warnings (actually, these are Java exceptions, but in many cases as you said they act as mere warnings that do not affect code execution). Unfortunately I do not know of any way to suppress them.

]]>
By: Laurenthttps://undocumentedmatlab.com/blog_old/java-stack-traces-in-matlab#comment-83147 Wed, 25 Apr 2012 11:56:12 +0000 https://undocumentedmatlab.com/?p=2783#comment-83147 Hello Yair,

Do you know if there a way to avoid displaying the java stack trace that may appear (some kind of “warning off all” but for java exceptions)?

I have a tree in one of my GUI and it sometimes returns exceptions. This does not prevent the correct execution but my users don’t like red messages they don’t understand and I would like to hide those traces.

Thx
Laurent

]]>