package F3; import java.util.NoSuchElementException; public final class m extends NoSuchElementException { public m(String str) { super(str); } }