FileDocCategorySizeDatePackage
UnableToCreateFileException.javaAPI DocJaudiotagger 2.0.4431Wed Mar 30 16:11:46 BST 2011org.jaudiotagger.audio.exceptions

UnableToCreateFileException

public class UnableToCreateFileException extends IOException
Should be thrown when unable to create a file when it is expected it should be creatable. For example because you dont have permission to write to the folder that it is in.

Fields Summary
Constructors Summary
public UnableToCreateFileException(String message)

        super(message);
    
Methods Summary