|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.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
- 包含错误详细信息的字符串
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。