Uses of Class
comirva.web.ie.bandmembers.InvalidInstrumentException

Packages that use InvalidInstrumentException
comirva.web.ie.bandmembers   
 

Uses of InvalidInstrumentException in comirva.web.ie.bandmembers
 

Methods in comirva.web.ie.bandmembers that throw InvalidInstrumentException
 Vector<String> Band.getMembersForInstrument(Instrument instr)
          Returns the members playing the given Instrument.
 String Band.getMostProbableMemberForInstrument(Instrument instr)
          Returns the most probable band member for a given instrument.
 

Constructors in comirva.web.ie.bandmembers that throw InvalidInstrumentException
Instrument(String name)
           
Instrument(String name, int frequency)