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)
  • Method Details