FileDocCategorySizeDatePackage
FileIsADirectoryException.javaAPI DocAzureus 3.0.3.41353Thu Feb 09 19:42:44 GMT 2006org.gudy.azureus2.core3.util

FileIsADirectoryException

public class FileIsADirectoryException extends FileNotFoundException
author
Tobias Minich To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Fields Summary
Constructors Summary
public FileIsADirectoryException(String string)

param
string

      super(string);
	
Methods Summary