Class PlainTextErrorReporter

java.lang.Object
org.web3d.vrml.export.PlainTextErrorReporter
All Implemented Interfaces:
org.j3d.util.ErrorReporter

public class PlainTextErrorReporter extends Object implements org.j3d.util.ErrorReporter
An implementation of the ErrorReporter interface that just writes everything to System.out System.err.

The default implementation to be used as convenience code for when the end user has not supplied their own instance.

Version:
$Revision: 1.2 $
Author:
Alan Hudson