groovy.lang
Class StringWriterIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygroovy.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: 670 $
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-2007 The Codehaus. All Rights Reserved.