RECODER 0.92

recoder.java
Class PrettyPrintingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by recoder.java.PrettyPrintingException
All Implemented Interfaces:
java.io.Serializable

public class PrettyPrintingException
extends java.lang.RuntimeException

This runtime exception wraps an IOException thrown by the pretty printer's writer.

See Also:
Serialized Form

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

Constructor Detail

PrettyPrintingException

public PrettyPrintingException(java.io.IOException ioe)
Method Detail

getWrappedException

public java.io.IOException getWrappedException()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

RECODER 0.92