|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaudiotagger.audio.exceptions.ModifyVetoException
public class ModifyVetoException
This exception is thrown if a
entagged.audioformats.generic.AudioFileModificationListener
wants to
prevent the "e;entagged audio library"e; from actually finishing its
operation.
This exception can be used in all methods but
entagged.audioformats.generic.AudioFileModificationListener#fileOperationFinished(File)
.
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyVetoException()
public ModifyVetoException(java.lang.String message)
Exception.Exception(java.lang.String)
public ModifyVetoException(java.lang.String message, java.lang.Throwable cause)
Exception.Exception(java.lang.String, java.lang.Throwable)
public ModifyVetoException(java.lang.Throwable cause)
Exception.Exception(java.lang.Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |