PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Want more features on Pastebin?
Sign Up
, it's FREE!
Public Pastes
Untitled
3 sec ago
Untitled
Bash | 3 sec ago
Untitled
16 sec ago
Untitled
Java | 13 sec ago
Untitled
27 sec ago
Untitled
Bash | 40 sec ago
salt reactor conf
41 sec ago
Untitled
1 min ago
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)
public interface StackTraceFilter
{
Throwable filter(Throwable e);
}
public interface StackTraceFormatter
{
String format(Throwable e);
}
clone
this paste
RAW Paste Data
public interface StackTraceFilter { Throwable filter(Throwable e); } public interface StackTraceFormatter { String format(Throwable e); }