|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
recoder.java.PrettyPrintingException
public class PrettyPrintingException
This runtime exception wraps an IOException thrown by the pretty printer's writer.
| 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 |
|---|
public PrettyPrintingException(java.io.IOException ioe)
| Method Detail |
|---|
public java.io.IOException getWrappedException()
public java.lang.String toString()
toString in class java.lang.Throwable
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||