public class SerializableStackTraceElement implements Serializable(Code)
This class re-implements StackTraceElement of JDK 1.5, as a brute force
workaround for the forgotten constructor in JDK 1.4.
author: Marc Herbert version: 1.0
Constructs/converts a standard StackTraceElement (non-serializable in 1.4)
into a SerializableStackTraceElement.
Parameters: st - the element to convert.