net.sf.cotta
Class TIoRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.cotta.TIoRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class TIoRuntimeException
extends java.lang.RuntimeException

Runtime exception used to wrap TIoException in the place where you cannot declare exception

See Also:
Serialized Form

Constructor Summary
TIoRuntimeException(java.lang.String message, TPath path, java.io.IOException cause)
           
TIoRuntimeException(TIoException e)
           
 
Method Summary
 TPath getPath()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TIoRuntimeException

public TIoRuntimeException(TIoException e)

TIoRuntimeException

public TIoRuntimeException(java.lang.String message,
                           TPath path,
                           java.io.IOException cause)
Method Detail

getPath

public TPath getPath()