Package com.tagtraum.audiokern
Class AudioMetaDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tagtraum.audiokern.AudioMetaDataException
-
- All Implemented Interfaces:
Serializable
public class AudioMetaDataException extends RuntimeException
Runtime AudioMetaDataException. Thrown in methods ofAudioMetaData
, if a value cannot be set/gotten, written or read. Typically the cause for the failure is contained in theThrowable.getCause()
.- Author:
- Hendrik Schreiber
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AudioMetaDataException()
AudioMetaDataException(String message)
AudioMetaDataException(String message, Throwable cause)
AudioMetaDataException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-