Class StackTracerFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.filters.StackTracerFilter
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class StackTracerFilter extends AbstractFilter
A debug filter for debugging filter exceptions. The parsing framework losses the exact line of the crash. Place this before all filters to get better information.
Version:
$Revision: 1.5 $
Author:
Alan Hudson