import syeef.com.*;
public class NotFoundException {
public NotFoundException() {
throw new Exception
    ("Cannot find the page you are looking for.");
}
}