fork(1) download
  1. class Main
  2. {
  3. public static void main (String[] args) throws Exception
  4. {
  5. throw new Exception();
  6. }
  7. }
Runtime error #stdin #stdout #stderr 0.1s 320320KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Exception in thread "main" java.lang.Exception
	at Main.main(Main.java:5)