Package com.tagtraum.audiokern
Class UnsupportedAudioDataFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.sound.sampled.UnsupportedAudioFileException
-
- com.tagtraum.audiokern.UnsupportedAudioDataFormatException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedAudioDataFormatException extends UnsupportedAudioFileException
UnsupportedAudioDataFormatException.- Author:
- Hendrik Schreiber
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAudioDataFormatException()
UnsupportedAudioDataFormatException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedAudioDataFormatException
public UnsupportedAudioDataFormatException()
-
UnsupportedAudioDataFormatException
public UnsupportedAudioDataFormatException(String string)
-
-