[Java] Class StringWriterIOException
- groovy.lang.StringWriterIOException
An IO exception occurred trying to append to a StringWriter which should never happen.
- Authors:
- James Strachan
Constructor Summary
| Constructor and description |
|---|
StringWriterIOException
(IOException e) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
IOException |
getIOException() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, 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/2.4.21/html/gapi/groovy/lang/StringWriterIOException.html