Exception Summary |
CannotReadException |
This exception is thrown if an audio file cannot be read.
Causes may be invalid data or IO errors. |
CannotWriteException |
This exception is thrown if the writing process of an audio file failed. |
InvalidAudioFrameException |
Thrown if portion of file thought to be an AudioFrame is found to not be. |
ModifyVetoException |
This exception is thrown if a
entagged.audioformats.generic.AudioFileModificationListener wants to
prevent the "e;entagged audio library"e; from actually finishing its
operation.
This exception can be used in all methods but
entagged.audioformats.generic.AudioFileModificationListener#fileOperationFinished(File) . |
ReadOnlyFileException |
This is the exception when try and access a read only file |