|
|||||||||
| 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.io.IOException
net.sf.cotta.TIoException
public class TIoException
The exception that wraps java.io.IOException. This should be the exception used throughout the client of Cotta, because it will be converted to extend RuntimeException in the future.
| Constructor Summary | |
|---|---|
TIoException(TPath path,
java.lang.String message)
|
|
TIoException(TPath path,
java.lang.String message,
java.io.IOException cause)
|
|
| 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 |
|---|
public TIoException(TPath path,
java.lang.String message)
public TIoException(TPath path,
java.lang.String message,
java.io.IOException cause)
| Method Detail |
|---|
public TPath getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||