Class ErrorPrinter

java.lang.Object
com.aoapps.lang.util.ErrorPrinter

public final class ErrorPrinter extends Object
Prints errors with more detail than a standard printStackTrace() call. Is also able to capture the error into a String.

TODO: Avoid repetitive sequences of stack traces to reduce total output length.

TODO: Make an extensible way to register additional error printer features, and automatically load them via ServiceLoader. Maybe spin this off to a microproject if we go this far.

Author:
AO Industries, Inc.