Package de.gsi.dataset.utils
Interface AggregateException.PrintStreamOrWriter
-
- All Known Implementing Classes:
AggregateException.WrappedPrintStream,AggregateException.WrappedPrintWriter
- Enclosing class:
- AggregateException
protected static interface AggregateException.PrintStreamOrWriterWrapper class for PrintStream and PrintWriter to enable a single implementation of printStackTrace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectlock()Returns the object to be locked when using this StreamOrWritervoidprintln(java.lang.Object msg)Prints the specified string msg as a line on this StreamOrWriter
-