org.jaudiotagger.audio.exceptions
Class ModifyVetoException

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

public class ModifyVetoException
extends java.lang.Exception

This exception is thrown if a AudioFileModificationListener wants to prevent the "e;entagged audio library"e; from actually finishing its operation.
This exception can be used in all methods but AudioFileModificationListener.fileOperationFinished(java.io.File).

Author:
Christian Laireiter
See Also:
Serialized Form

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

ModifyVetoException

public ModifyVetoException()
(overridden)


ModifyVetoException

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

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

ModifyVetoException

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

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

ModifyVetoException

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

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