public class MidiUnavailableException extends 异常
MidiUnavailableException
当请求的MIDI组件无法打开或创建的,因为它是不可被抛出。
当设备在另一个应用程序使用时,通常会发生这种情况。
更一般地说,当有一定数量的某种资源可以用于某些目的时,可能会发生这种情况,并且它们都已经在使用(也许全部由本应用程序使用)。
关于后一种情况的一个例子,参见setReceiver
方法Transmitter
。
Constructor and Description |
---|
MidiUnavailableException()
构造一个
MidiUnavailableException 具有
null 作为错误详细信息。
|
MidiUnavailableException(String message)
构造具有
MidiUnavailableException 详细消息的MidiUnavailableException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MidiUnavailableException()
MidiUnavailableException
作为其错误详细消息的
null
。
public MidiUnavailableException(String message)
MidiUnavailableException
详细消息的MidiUnavailableException。
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.