Class StandardSvetovidErrorWriter

All Implemented Interfaces:
Closeable, AutoCloseable, SvetovidWriter

public class StandardSvetovidErrorWriter extends DefaultSvetovidWriter
This class provides an implementation of the SvetovidWriter interface that writes all the output to the "standard" error output (see System.err ).
Author:
Ivan Pribela
See Also:
  • Constructor Details

    • StandardSvetovidErrorWriter

      public StandardSvetovidErrorWriter()
      Creates a new writer that writes all the output to the "standard" error output.