E
- The base exception type that write(String)
might throw. Used to allow writing to files to
throw a (checked) exception, but System.out
to never throw.public static interface ProfilerUtil.ILogAcceptor<E extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.String line) |