Exception | Description |
---|---|
CannotReadException |
This exception is thrown if an audio file cannot be read.
Causes may be invalid data or IO errors. |
CannotReadVideoException |
This exception should be thrown idf it appears the file is a video file, jaudiotagger only supports audio
files.
|
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.
|
InvalidBoxHeaderException |
Thrown if when trying to read box id the length doesn't make any sense
|
InvalidChunkException |
This exception is thrown if reading a dff fil ean invalid chuink is encountered.
|
ModifyVetoException |
This exception is thrown if a
AudioFileModificationListener wants to
prevent; from actually finishing its
operation.This exception can be used in all methods but AudioFileModificationListener.fileOperationFinished(java.io.File) . |
NoReadPermissionsException |
Use this exception insstead of the more general CannotReadException if unable to read file because of a permissions
problem
|
NoWritePermissionsException |
Use this exception instead of the more general CannotWriteException if unable to write file because of a permissions
problem
|
NullBoxIdException |
Thrown if when trying to read box id just finds nulls
Normally an error, but if occurs at end of file we allow it
|
ReadOnlyFileException |
This is the exception when try and access a read only file
|
UnableToCreateFileException |
Should be thrown when unable to create a file when it is expected it should be creatable.
|
UnableToModifyFileException |
Should be thrown when unable to modify a file when it is expected it should be modifiable.
|
UnableToRenameFileException |
Should be thrown when unable to rename a file when it is expected it should rename.
|
Copyright © 2005–2020 jthink.net. All rights reserved.