Package groovy.lang

Class StringWriterIOException

All Implemented Interfaces:
Serializable

public class StringWriterIOException extends RuntimeException
An IO exception occurred trying to append to a StringWriter which should never happen.
See Also:
  • Constructor Details

    • StringWriterIOException

      public StringWriterIOException(IOException e)
      Wraps the supplied IOException.
      Parameters:
      e - the wrapped exception
  • Method Details

    • getIOException

      public IOException getIOException()
      Returns the wrapped IOException.
      Returns:
      the wrapped exception