org.jaudiotagger.audio.exceptions
Class ReadOnlyFileException

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

public class ReadOnlyFileException
extends java.lang.Exception

This is the exception when try and access a read only file

See Also:
Serialized Form

Constructor Summary
ReadOnlyFileException()
          Creates a new ReadOnlyException datatype.
ReadOnlyFileException(java.lang.String msg)
          Creates a new ReadOnlyException datatype.
ReadOnlyFileException(java.lang.String msg, java.lang.Throwable ex)
           
ReadOnlyFileException(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

ReadOnlyFileException

public ReadOnlyFileException()
Creates a new ReadOnlyException datatype.


ReadOnlyFileException

public ReadOnlyFileException(java.lang.Throwable ex)

ReadOnlyFileException

public ReadOnlyFileException(java.lang.String msg)
Creates a new ReadOnlyException datatype.

Parameters:
msg - the detail message.

ReadOnlyFileException

public ReadOnlyFileException(java.lang.String msg,
                             java.lang.Throwable ex)