Class CoreMidiException

  • All Implemented Interfaces:
    Serializable

    public class CoreMidiException
    extends Exception
    Used to report errors and problems which occur both in the Java Native Interface bridge to Core MIDI, and in the library itself.
    See Also:
    Serialized Form
    • Constructor Detail

      • CoreMidiException

        public CoreMidiException​(String message)
        Default constructor
        Parameters:
        message - The error message to include in the exception
      • CoreMidiException

        public CoreMidiException​(String message,
                                 Throwable cause)
        Constructor with an underlying cause
        Parameters:
        message - the error message to include in the exception
        cause - the underlying exception or other throwable being wrapped