A stack trace element is an object that describes an entry in the stack trace. A
com.apama.exceptions.Exception object contains a sequence of stack trace elements that show where an exception was first thrown and the calls that lead to that exception. In EPL,
com.apama.exceptions.StackTraceElement is a reference type. See
Exception handling.