Package de.gsi.dataset.utils
Class AggregateException.WrappedPrintWriter
- java.lang.Object
-
- de.gsi.dataset.utils.AggregateException.WrappedPrintWriter
-
- All Implemented Interfaces:
AggregateException.PrintStreamOrWriter
- Enclosing class:
- AggregateException
protected static class AggregateException.WrappedPrintWriter extends java.lang.Object implements AggregateException.PrintStreamOrWriter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectlock()Returns the object to be locked when using this StreamOrWritervoidprintln(java.lang.Object o)Prints the specified string msg as a line on this StreamOrWriter
-
-
-
Method Detail
-
lock
public java.lang.Object lock()
Description copied from interface:AggregateException.PrintStreamOrWriterReturns the object to be locked when using this StreamOrWriter- Specified by:
lockin interfaceAggregateException.PrintStreamOrWriter- Returns:
- lock object
-
println
public void println(java.lang.Object o)
Description copied from interface:AggregateException.PrintStreamOrWriterPrints the specified string msg as a line on this StreamOrWriter- Specified by:
printlnin interfaceAggregateException.PrintStreamOrWriter- Parameters:
o- to be printed
-
-