Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWTException: no printStackTrace(PrintWriter)
SWTException: no printStackTrace(PrintWriter) [message #446250] Mon, 22 November 2004 16:19 Go to next message
Adam Hupp is currently offline Adam HuppFriend
Messages: 3
Registered: July 2009
Junior Member
The javadoc for SWTException.printStackTrace() says this:

/**
* Outputs a printable representation of this exception's
* stack trace on the standard error stream.
* <p>
* Note: printStackTrace(PrintStream) and printStackTrace(PrintWriter)
* are not provided in order to maintain compatibility with CLDC.
* </p>
*/

Does anyone know what the CLDC is, and why it prevents
printStackTrace(PrintStream) from being provided? This makes it
difficult to get useful information out of our exception handling system.


-Adam
Re: SWTException: no printStackTrace(PrintWriter) [message #446354 is a reply to message #446250] Tue, 23 November 2004 18:33 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
See:
http://java.sun.com/products/cldc/


"Adam Hupp" <adam.hupp@emageon.com> wrote in message
news:cnt3j0$se4$1@www.eclipse.org...
> The javadoc for SWTException.printStackTrace() says this:
>
> /**
> * Outputs a printable representation of this exception's
> * stack trace on the standard error stream.
> * <p>
> * Note: printStackTrace(PrintStream) and printStackTrace(PrintWriter)
> * are not provided in order to maintain compatibility with CLDC.
> * </p>
> */
>
> Does anyone know what the CLDC is, and why it prevents
> printStackTrace(PrintStream) from being provided? This makes it difficult
> to get useful information out of our exception handling system.
>
>
> -Adam
Previous Topic:How to read Preferences from the Editor
Next Topic:[ANN] Solaris-GTK (Sparc) joins the build lineup
Goto Forum:
  


Current Time: Thu Sep 19 17:05:54 GMT 2024

Powered by FUDForum. Page generated in 0.03807 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top