File
Doc
Category
Size
Date
Package
FileIsADirectoryException.java
API Doc
Azureus 3.0.3.4
1353
Thu Feb 09 19:42:44 GMT 2006
org.gudy.azureus2.core3.util
FileIsADirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
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
Java Code Source