Class UnsupportedEditException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jjazz.chordleadsheet.api.UnsupportedEditException
All Implemented Interfaces:
Serializable

public class UnsupportedEditException extends Exception
An exception to be raised by listeners to veto a ChordLeadSheet change.

For example, changing the time signature, which can impact a SongStructure which can not accomadate the new related Rhythm, for example if there is not enough Midi channels available.

See Also:
  • Constructor Details

    • UnsupportedEditException

      public UnsupportedEditException(String msg)