PPT Slide
Methods that will check for errors and
?the throws clause to tell the compiler
what kind of exceptions they may throw
? the throw statement to perform the throwing
public void replaceValue(String name, Object newValue)
throws NoSuchAttributeException
throw new NoSuchAttributeException(name newValue);