public final class Decorator extends Object
Modifier and Type | Method | Description |
---|---|---|
String |
print() |
|
void |
printSafely(PrintStream out) |
|
void |
printSafely(PrintWriter out) |
public Decorator(Throwable throwable)
public void printSafely(PrintStream out)
public void printSafely(PrintWriter out)
public String print() throws IOException
IOException
Copyright © 2018. All rights reserved.