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

public class UnsupportedAudioFileException
extends Exception

An exception of this type is thrown when an operation is attempted on a file whose format is unrecognized.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
UnsupportedAudioFileException()
          Create a new UnsupportedAudioFileException.
UnsupportedAudioFileException(String msg)
          Create a new UnsupportedAudioFileException with the indicated message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAudioFileException

public UnsupportedAudioFileException()
Create a new UnsupportedAudioFileException.


UnsupportedAudioFileException

public UnsupportedAudioFileException(String msg)
Create a new UnsupportedAudioFileException with the indicated message.

Parameters:
msg - the message