import java.io.*;
class X {
void f() throws
Exception,
Exception {
}
void f2() throws
Exception,
IllegalArgumentException {
}
void f3() throws
FileNotFoundException,
EOFException {
}
public void TTT() throws
FileNotFoundException,
EOFException,
FileNotFoundException,
EOFException {
}
/**
* Execute.
*
* @throws IOException if file write is failed
* @throws Throwable if any other problem occurred
*/
void execute() throws IOException, Throwable {
}
}