CannotReadVideoExceptionpublic class CannotReadVideoException extends CannotReadException This exception should be thrown idf it appears the file is a video file, jaudiotagger only supports audio
files. |
Constructors Summary |
---|
public CannotReadVideoException()Creates an instance.
super();
| public CannotReadVideoException(Throwable ex)
super(ex);
| public CannotReadVideoException(String message)Creates an instance.
super(message);
| public CannotReadVideoException(String message, Throwable cause)Creates an instance.
super(message, cause);
|
|