[Java] Class StringWriterIOException

  • groovy.lang.StringWriterIOException
public class StringWriterIOException
extends RuntimeException

An IO exception occurred trying to append to a StringWriter which should never happen.

Constructor Summary

Constructors
Constructor and description
StringWriterIOException (IOException e)

Methods Summary

Methods
Type Params Return Type Name and description
public IOException getIOException()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class RuntimeException printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll

Constructor Detail

public StringWriterIOException(IOException e)

Method Detail

public IOException getIOException()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/lang/StringWriterIOException.html