Also FYI, StackTraceElement is unavailable on the J2ME FoundationProfile.
I've only seen its usage in LoggingUtils.
Barry
Daniel Jemiolo/Durham/[EMAIL PROTECTED]
01/11/2007 02:55 PM
Please respond to
muse-dev@ws.apache.org
To
muse-dev@ws.apache.org
cc
Subject
RuntimeException constructor
Works for me. You could also (if you want) create two versions. Use the
one below for ME, and have a simple one for SE that looks like:
public class DetailedRuntimeException extends RuntimeException
{
public DetailedRuntimeException(String message)
{
super(message);