org.jaudiotagger.audio.exceptions
Class CannotWriteException

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

public class CannotWriteException
extends java.lang.Exception

This exception is thrown if the writing process of an audio file failed.

Author:
Rapha�l Slinckx
See Also:
Serialized Form

Constructor Summary
CannotWriteException()
          (overridden)
CannotWriteException(java.lang.String message)
          (overridden)
CannotWriteException(java.lang.String message, java.lang.Throwable cause)
          (overridden)
CannotWriteException(java.lang.Throwable cause)
          (overridden)
 
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

CannotWriteException

public CannotWriteException()
(overridden)

See Also:
Exception.Exception()

CannotWriteException

public CannotWriteException(java.lang.String message)
(overridden)

Parameters:
message -
See Also:
Exception.Exception(java.lang.String)

CannotWriteException

public CannotWriteException(java.lang.String message,
                            java.lang.Throwable cause)
(overridden)

Parameters:
message -
cause -
See Also:
Exception.Exception(java.lang.String,java.lang.Throwable)

CannotWriteException

public CannotWriteException(java.lang.Throwable cause)
(overridden)

Parameters:
cause -
See Also:
Exception.Exception(java.lang.Throwable)