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
- 一个包含错误详细信息的字符串