scriptella.core
Class RuntimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
                  extended by scriptella.core.RuntimeIOException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeIOException
extends SystemException

Runtime wrapper for IO exceptions propagation.

Version:
1.0
Author:
Fyodor Kupolov
See Also:
Serialized Form

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

RuntimeIOException

public RuntimeIOException(java.io.IOException cause)
Method Detail

initCause

public final java.lang.Throwable initCause(java.lang.Throwable cause)
Overrides:
initCause in class java.lang.Throwable

getCause

public java.io.IOException getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © Copyright 2006-2009 The Scriptella Project Team.