de.waldheinz.fs
Class UnknownFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.waldheinz.fs.UnknownFileSystemException
All Implemented Interfaces:
Serializable

public final class UnknownFileSystemException
extends IOException

Indicates that it was not possible to determine the type of the file system being used on a block device.

Author:
Matthias Treydte <waldheinz at gmail.com>
See Also:
Serialized Form

Constructor Summary
UnknownFileSystemException(BlockDevice device)
          Creates a new instance of UnknownFileSystemException.
 
Method Summary
 BlockDevice getDevice()
          Returns the BlockDevice whose file system could not be determined.
 
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

UnknownFileSystemException

public UnknownFileSystemException(BlockDevice device)
Creates a new instance of UnknownFileSystemException.

Parameters:
device - the BlockDevice whose file system could not be determined
Method Detail

getDevice

public BlockDevice getDevice()
Returns the BlockDevice whose file system could not be determined.

Returns:
the BlockDevice with an unknown file system


Copyright © 2010. All Rights Reserved.