|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.hprog.code.CodeProtocol.Exn
Exception for network errors. It wraps a cause exception.
| Constructor Summary | |
CodeProtocol.Exn(java.lang.Exception e)
|
|
| Method Summary | |
void |
printTrace()
|
java.lang.String |
toString()
Describes exception with description of cause exception |
| 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 CodeProtocol.Exn(java.lang.Exception e)
e - cause exception| Method Detail |
public java.lang.String toString()
toString in class java.lang.Throwablepublic void printTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||