com.android.io
Class StreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.io.StreamException
All Implemented Interfaces:
java.io.Serializable

public class StreamException
extends java.lang.Exception

Exception thrown when IAbstractFile.getContents() fails.

See Also:
Serialized Form

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

StreamException

public StreamException(java.lang.Exception e,
                       IAbstractFile file)

StreamException

public StreamException(java.lang.Exception e,
                       IAbstractFile file,
                       StreamException.Error error)
Method Detail

getError

public StreamException.Error getError()

getFile

public IAbstractFile getFile()