global.sandbox.xmlutilities
Class XmlUtilitiesException.WrappedPrintStream

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

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


Field Summary
private  PrintStream printStream
           
 
Constructor Summary
XmlUtilitiesException.WrappedPrintStream(PrintStream printStream)
           
 
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

printStream

private final PrintStream printStream
Constructor Detail

XmlUtilitiesException.WrappedPrintStream

XmlUtilitiesException.WrappedPrintStream(PrintStream printStream)
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–2017. All rights reserved.