|
||||||||||
| 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
scriptella.core.SystemException
scriptella.core.RuntimeIOException
public class RuntimeIOException
Runtime wrapper for IO exceptions propagation.
| Constructor Summary | |
|---|---|
RuntimeIOException(java.io.IOException cause)
|
|
| Method Summary | |
|---|---|
java.io.IOException |
getCause()
|
java.lang.Throwable |
initCause(java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeIOException(java.io.IOException cause)
| Method Detail |
|---|
public final java.lang.Throwable initCause(java.lang.Throwable cause)
initCause in class java.lang.Throwablepublic java.io.IOException getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||