Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Dec 9th, 2010  |  syntax: None  |  size: 0.15 KB  |  views: 45  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. public interface StackTraceFilter
  2. {
  3.    Throwable filter(Throwable e);
  4. }
  5.  
  6. public interface StackTraceFormatter
  7. {
  8.    String format(Throwable e);
  9. }
clone this paste RAW Paste Data