fork download
  1. import java.io.IOException;
  2. class Renshu15_4 {
  3. public static void main(String[] args) {
  4. throw new IOException("異常終了です");
  5. }
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:4: error: unreported exception IOException; must be caught or declared to be thrown
  throw new IOException("??????");
  ^
1 error
stdout
Standard output is empty