Class MidiProcessor.ExceededMidiChannelsException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    MidiProcessor

    public static class MidiProcessor.ExceededMidiChannelsException
    extends Exception
    implements Serializable
    Indicates that all 16 MIDI channels are in use and the current note cannot be distributed to a unique channel.
    Since:
    2020-03-08
    See Also:
    Serialized Form
    • Constructor Detail

      • ExceededMidiChannelsException

        public ExceededMidiChannelsException()
        Constructs a ExceededMidiChannelsException with a detailed message of null.
      • ExceededMidiChannelsException

        public ExceededMidiChannelsException​(String message)
        Constructs an ExceededMidiChannelsException with a specific detailed error message.
        Parameters:
        message - the detailed error message to be contained
      • ExceededMidiChannelsException

        public ExceededMidiChannelsException​(Throwable cause)
        Constructs an ExceededMidiChannelsException containing the cause of the exception.
        Parameters:
        cause - the throwable that caused the ExceededMidiChannelsException to be raised
      • ExceededMidiChannelsException

        public ExceededMidiChannelsException​(String message,
                                             Throwable cause)
        Constructs an ExceededMidiChannelsException containing an error message and the cause of the exception.
        Parameters:
        message - the detailed error message to be contained
        cause - the throwable that caused the ExceededMidiChannelsException to be raised