Package | Description |
---|---|
java.lang |
Modifier and Type | Field and Description |
---|---|
static PrintStream |
System.err
Does nothing in web mode.
|
static PrintStream |
System.out
Does nothing in web mode.
|
Modifier and Type | Method and Description |
---|---|
void |
Throwable.printStackTrace(PrintStream out) |
static void |
System.setErr(PrintStream err) |
static void |
System.setOut(PrintStream out) |
Copyright © 2018. All rights reserved.