public interface TraceSanitizer extends Component
Modifier and Type | Method and Description |
---|---|
boolean |
filter(Class type) |
boolean |
filter(String className) |
void |
print(Throwable t) |
void |
print(Throwable t,
PrintWriter out) |
void |
print(Throwable t,
PrintWriter out,
boolean deep) |
Throwable |
sanitize(Throwable t) |
Throwable |
sanitize(Throwable t,
boolean deep) |
static final String KEY
boolean filter(String className)
boolean filter(Class type)
void print(Throwable t, PrintWriter out, boolean deep)
void print(Throwable t, PrintWriter out)
void print(Throwable t)
Copyright © 2006-2013 Codehaus. All Rights Reserved.