org.jaudiotagger.audio.exceptions
Class CannotReadVideoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaudiotagger.audio.exceptions.CannotReadException
              extended by org.jaudiotagger.audio.exceptions.CannotReadVideoException
All Implemented Interfaces:
java.io.Serializable

public class CannotReadVideoException
extends CannotReadException

This exception should be thrown idf it appears the file is a video file, jaudiotagger only supports audio files.

See Also:
Serialized Form

Constructor Summary
CannotReadVideoException()
          Creates an instance.
CannotReadVideoException(java.lang.String message)
          Creates an instance.
CannotReadVideoException(java.lang.String message, java.lang.Throwable cause)
          Creates an instance.
CannotReadVideoException(java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotReadVideoException

public CannotReadVideoException()
Creates an instance.


CannotReadVideoException

public CannotReadVideoException(java.lang.Throwable ex)

CannotReadVideoException

public CannotReadVideoException(java.lang.String message)
Creates an instance.

Parameters:
message - The message.

CannotReadVideoException

public CannotReadVideoException(java.lang.String message,
                                java.lang.Throwable cause)
Creates an instance.

Parameters:
message - The error message.
cause - The throwable causing this exception.