global.sandbox.xmlutilities
Class XmlUtilitiesException.WrappedPrintWriter

java.lang.Object
  extended by global.sandbox.xmlutilities.XmlUtilitiesException.WrappedPrintWriter
All Implemented Interfaces:
XmlUtilitiesException.PrintStreamOrWriter
Enclosing class:
XmlUtilitiesException

private static class XmlUtilitiesException.WrappedPrintWriter
extends Object
implements XmlUtilitiesException.PrintStreamOrWriter


Field Summary
private  PrintWriter printWriter
           
 
Constructor Summary
XmlUtilitiesException.WrappedPrintWriter(PrintWriter printWriter)
           
 
Method Summary
 void flush()
           
 void print(String text)
           
 void println(String text)
           
 void printStackTrace(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

printWriter

private final PrintWriter printWriter
Constructor Detail

XmlUtilitiesException.WrappedPrintWriter

XmlUtilitiesException.WrappedPrintWriter(PrintWriter printWriter)
Method Detail

print

public void print(String text)
Specified by:
print in interface XmlUtilitiesException.PrintStreamOrWriter

println

public void println(String text)
Specified by:
println in interface XmlUtilitiesException.PrintStreamOrWriter

flush

public void flush()
Specified by:
flush in interface XmlUtilitiesException.PrintStreamOrWriter

printStackTrace

public void printStackTrace(Throwable t)
Specified by:
printStackTrace in interface XmlUtilitiesException.PrintStreamOrWriter


Copyright © 2006–2018. All rights reserved.