Class EnhancedRuntimeException.WrappedPrintStream

  • Enclosing class:
    EnhancedRuntimeException

    public abstract static class EnhancedRuntimeException.WrappedPrintStream
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void println​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WrappedPrintStream

        public WrappedPrintStream()
    • Method Detail

      • println

        public abstract void println​(java.lang.String line)