Package ipsk.audio
Class AudioFormatNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ipsk.audio.AudioFormatNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AudioFormatNotSupportedException extends java.lang.ExceptionException indicating an unsupported audio format.- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AudioFormatNotSupportedException()AudioFormatNotSupportedException(boolean isSource, java.lang.String mixerName, javax.sound.sampled.AudioFormat af)Create an detailed exception.AudioFormatNotSupportedException(boolean isSource, javax.sound.sampled.AudioFormat af)Create an detailed exception.AudioFormatNotSupportedException(javax.sound.sampled.AudioFormat af)Create an exception.
-
-
-
Constructor Detail
-
AudioFormatNotSupportedException
public AudioFormatNotSupportedException(javax.sound.sampled.AudioFormat af)
Create an exception.- Parameters:
af- the unsupported format
-
AudioFormatNotSupportedException
public AudioFormatNotSupportedException(boolean isSource, javax.sound.sampled.AudioFormat af)Create an detailed exception.- Parameters:
isSource- true if the mixer is used for playbackaf- the unsupprted audio format
-
AudioFormatNotSupportedException
public AudioFormatNotSupportedException(boolean isSource, java.lang.String mixerName, javax.sound.sampled.AudioFormat af)Create an detailed exception.- Parameters:
isSource- true if the mixer is used for playbackmixerName- the name of the mixeraf- the unsupprted audio format
-
AudioFormatNotSupportedException
public AudioFormatNotSupportedException()
-
-