public class UnsupportedAudioFileException extends 异常
UnsupportedAudioFileException
是一个例外,指示操作失败,因为文件不包含已识别的文件类型和格式的有效数据。
Constructor and Description |
---|
UnsupportedAudioFileException()
构造一个
UnsupportedAudioFileException ,它具有
null 作为其错误详细消息。
|
UnsupportedAudioFileException(String message)
构造一个
UnsupportedAudioFileException 具有指定详细消息。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedAudioFileException()
UnsupportedAudioFileException
作为其错误详细消息的
null
。
public UnsupportedAudioFileException(String message)
UnsupportedAudioFileException
具有指定详细消息。
message
- 一个包含错误详细信息的字符串
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.