|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.android.io.StreamException
public class StreamException
Exception thrown when IAbstractFile.getContents()
fails.
Nested Class Summary | |
---|---|
static class |
StreamException.Error
|
Constructor Summary | |
---|---|
StreamException(java.lang.Exception e,
IAbstractFile file)
|
|
StreamException(java.lang.Exception e,
IAbstractFile file,
StreamException.Error error)
|
Method Summary | |
---|---|
StreamException.Error |
getError()
|
IAbstractFile |
getFile()
|
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 StreamException(java.lang.Exception e, IAbstractFile file)
public StreamException(java.lang.Exception e, IAbstractFile file, StreamException.Error error)
Method Detail |
---|
public StreamException.Error getError()
public IAbstractFile getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |