KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > UnsupportedAudioFileException

javax.sound.sampled
Class UnsupportedAudioFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.sound.sampled.UnsupportedAudioFileException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public UnsupportedAudioFileException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnsupportedAudioFileException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags