entagged.audioformats.exceptions
Class CannotReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by entagged.audioformats.exceptions.CannotReadException
All Implemented Interfaces:
Serializable

public class CannotReadException
extends Exception

This exception is thrown if an audio file cannot be read.
Causes may be invalid data or IO errors.

Author:
Raphaël Slinckx
See Also:
Serialized Form

Constructor Summary
CannotReadException()
          Creates an instance.
CannotReadException(String message)
          Creates an instance.
CannotReadException(String message, Throwable cause)
          Creates an instance.
 
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

CannotReadException

public CannotReadException()
Creates an instance.


CannotReadException

public CannotReadException(String message)
Creates an instance.

Parameters:
message - The message.

CannotReadException

public CannotReadException(String message,
                           Throwable cause)
Creates an instance.

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


Copyright © 2007-2008. All Rights Reserved.