groovy.lang
Class StringWriterIOException

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

public class StringWriterIOException
extends RuntimeException

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

Version:
$Revision: 6778 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
StringWriterIOException(IOException e)
           
 
Method Summary
 IOException getIOException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringWriterIOException

public StringWriterIOException(IOException e)
Method Detail

getIOException

public IOException getIOException()

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