groovy.lang
[Java] Class StringWriterIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.StringWriterIOException
public class StringWriterIOException
extends RuntimeException
An IO exception occurred trying to append to a StringWriter which should never happen.
- Authors:
- James Strachan
- Version:
- \$Revision\$
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
StringWriterIOException
public StringWriterIOException(IOException e)
-
getIOException
public IOException getIOException()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.