java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.sound.sampled.UnsupportedAudioFileException
public class UnsupportedAudioFileException
UnsupportedAudioFileException 是指示因为文件没有包含可识别文件类型和格式的有效数据而致使操作失败的异常。
| 构造方法摘要 | |
|---|---|
UnsupportedAudioFileException() 构造将 null 作为其错误详细消息的 UnsupportedAudioFileException。 |
|
UnsupportedAudioFileException(String message) 构造具有指定详细消息的 UnsupportedAudioFileException。 |
|
| 方法摘要 |
|---|
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public UnsupportedAudioFileException()
null 作为其错误详细消息的
UnsupportedAudioFileException。
public UnsupportedAudioFileException(String message)
UnsupportedAudioFileException。
message - 包含错误详细信息的字符串