Package groovy.lang

Class StringWriterIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.StringWriterIOException
All Implemented Interfaces:
java.io.Serializable

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

    Constructors
    Constructor Description
    StringWriterIOException​(java.io.IOException e)  
  • Method Summary

    Modifier and Type Method Description
    java.io.IOException getIOException()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StringWriterIOException

      public StringWriterIOException​(java.io.IOException e)
  • Method Details

    • getIOException

      public java.io.IOException getIOException()