Class MIDIException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----MIDIException

class MIDIException
extends Exception

Constructor Index

 o MIDIException(String)

Constructors

 o MIDIException
 MIDIException(String text)
Creates a MIDIException with the output-String text.