|
||||||||||
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.CannotWriteException
public class CannotWriteException
This exception is thrown if the writing process of an audio file failed.
Constructor Summary | |
---|---|
CannotWriteException()
(overridden) |
|
CannotWriteException(String message)
(overridden) |
|
CannotWriteException(String message,
Throwable cause)
(overridden) |
|
CannotWriteException(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 CannotWriteException()
Exception.Exception()
public CannotWriteException(String message)
Exception.Exception(java.lang.String)
public CannotWriteException(String message, Throwable cause)
Exception.Exception(java.lang.String, java.lang.Throwable)
public CannotWriteException(Throwable cause)
Exception.Exception(java.lang.Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |