Searched defs:UnsupportedAudioFileException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DUnsupportedAudioFileException.java29 * An <code>UnsupportedAudioFileException</code> is an exception indicating that an
37 * An <code>UnsupportedAudioFileException</code> is an exception indicating that an
44 public class UnsupportedAudioFileException extends Exception { class in inherits:Exception
47 * Constructs a <code>UnsupportedAudioFileException</code> that has
50 public UnsupportedAudioFileException() { method in class:UnsupportedAudioFileException
57 * Constructs a <code>UnsupportedAudioFileException</code> that has
62 public UnsupportedAudioFileException(String message) { method in class:UnsupportedAudioFileException

Completed in 27 milliseconds