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:
java.io.Serializable

public class StringWriterIOException
extends java.lang.RuntimeException

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

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

Constructor Summary
StringWriterIOException(java.io.IOException e)
           
 
Method Summary
 java.io.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(java.io.IOException e)
Method Detail

getIOException

public java.io.IOException getIOException()


Copyright © 2003-2004 The Codehaus. All Rights Reserved.