Package org.jjazz.chordleadsheet.api
Class UnsupportedEditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jjazz.chordleadsheet.api.UnsupportedEditException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedEditException
-