public class NoteListException
extends java.lang.Exception
Notes does not fit
 its criteria.  The set of Notes might be a Vector stored within a Phrase or a array of Notes.
 The actual problem with the Notes will be dependent on the function of the method throwing this error. For instance, a method might require that the notes must contain at least one non-rest. Another method might require only that it has a least one Note, regardless of whether its a rest or not.
See the particular method for full details.
| Constructor and Description | 
|---|
| NoteListException()Constructs a  NoteListExceptionwith no 
 detail message. | 
| NoteListException(java.lang.String s)Constructs a  NoteListExceptionclass 
 with the specified detail message. |