Groovy 2.2.0

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\$


Constructor Summary
StringWriterIOException(IOException e)

 
Method Summary
IOException getIOException()

 
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
 

Constructor Detail

StringWriterIOException

public StringWriterIOException(IOException e)


 
Method Detail

getIOException

public IOException getIOException()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.