javax.sound.sampled
Class UnsupportedAudioFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedAudioFileException
public UnsupportedAudioFileException()
- Create a new UnsupportedAudioFileException.
UnsupportedAudioFileException
public UnsupportedAudioFileException(String msg)
- Create a new UnsupportedAudioFileException with the indicated message.
- Parameters:
msg
- the message