All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jmidi.MidiPortException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----jmidi.MidiPortException

public class MidiPortException
extends Exception
Thrown by MidiPort methods.


Constructor Index

 o MidiPortException()
constructs a MidiPortException with no detail message.
 o MidiPortException(int)
constructs a MidiPortException with a message reflecting a system error number.
 o MidiPortException(String)
constructs a MidiPortException with the specified detail message.

Constructors

 o MidiPortException
 public MidiPortException()
constructs a MidiPortException with no detail message.

 o MidiPortException
 public MidiPortException(int rc)
constructs a MidiPortException with a message reflecting a system error number. Error numbers are device-dependent. They may be useful during development, if the underlying system error documentation is available.

 o MidiPortException
 public MidiPortException(String string)
constructs a MidiPortException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index