|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception entagged.audioformats.exceptions.ModifyVetoException
public class ModifyVetoException
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(File)
.
Constructor Summary | |
---|---|
ModifyVetoException()
(overridden) |
|
ModifyVetoException(String message)
(overridden) |
|
ModifyVetoException(String message,
Throwable cause)
(overridden) |
|
ModifyVetoException(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 |
---|
public ModifyVetoException()
public ModifyVetoException(String message)
Exception.Exception(java.lang.String)
public ModifyVetoException(String message, Throwable cause)
Exception.Exception(java.lang.String, java.lang.Throwable)
public ModifyVetoException(Throwable cause)
Exception.Exception(java.lang.Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |