|
||||||||||
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 java.io.IOException org.terrier.utility.io.WrappedIOException
public class WrappedIOException
A class for IOException. Use this when you have an error, but are being forced by an existing API to return an IOException.
Constructor Summary | |
---|---|
WrappedIOException(java.lang.String message)
Make a WrappedIOException with the specified message |
|
WrappedIOException(java.lang.String message,
java.lang.Throwable e)
Make a WrappedIOException with the specified message and cause |
|
WrappedIOException(java.lang.Throwable e)
Make a WrappedIOException with the specified cause |
Method Summary |
---|
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 WrappedIOException(java.lang.String message)
public WrappedIOException(java.lang.Throwable e)
public WrappedIOException(java.lang.String message, java.lang.Throwable e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |