Uses of Class
com.h20.course.tp4.NameNotFoundException

Uses of NameNotFoundException in com.h20.course.tp4
 

Methods in com.h20.course.tp4 that throw NameNotFoundException
static boolean NameDirectory.addLabel(java.lang.String name, java.lang.String label)
          Adds a new label to the directory of names.
static void NameDirectory.removeLabel(java.lang.String name, java.lang.String label)
          This method removes the label from a given name.