I have written following code. When i compile it , it gives the error message

import java.lang.*;
import java.io.*;
import java.util.*;

public class Short
{
public static void main(String args[])
{
System.in.read();
}

}

Error message

Excpetion java.io.IOException must be caught