corelib.io.files
Class NotFolderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by corelib.io.files.NotFolderException
All Implemented Interfaces:
java.io.Serializable

public class NotFolderException
extends java.io.IOException

Thrown when a path used as a folder not references an existing folder on disk.

Since:
0.4
Author:
Dominique Liard
See Also:
Serialized Form

Constructor Summary
NotFolderException(java.io.File badFolderPath)
          Exception class constructor.
 
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

NotFolderException

public NotFolderException(java.io.File badFolderPath)
Exception class constructor.

Parameters:
badFolderPath - The path who not references an existing folder on disk


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.