de.waldheinz.fs.fat
Class DirectoryFullException

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

public final class DirectoryFullException
extends IOException

Gets thrown when either

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

Method Summary
 int getCurrentCapacity()
          Returns the current capacity of the directory.
 int getRequestedCapacity()
          Returns the capacity the directory tried to grow, which did not succeed.
 
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
 

Method Detail

getCurrentCapacity

public int getCurrentCapacity()
Returns the current capacity of the directory.

Returns:
the current capacity

getRequestedCapacity

public int getRequestedCapacity()
Returns the capacity the directory tried to grow, which did not succeed.

Returns:
the requested capacity


Copyright © 2014. All rights reserved.