com.sun.tools.javac.tree
Class Pretty.UncheckedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.sun.tools.javac.tree.Pretty.UncheckedIOException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Pretty

protected static class Pretty.UncheckedIOException
extends java.lang.Error

Exception to propogate IOException through visitXXX methods

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
Pretty.UncheckedIOException(java.io.IOException e)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Pretty.UncheckedIOException

public Pretty.UncheckedIOException(java.io.IOException e)