fork(1) download
  1.  
  2. class InfiniteException extends Throwable
  3. {
  4. public static void main (String[] args) throws Throwable
  5. {
  6. throw new InfiniteException();
  7. }
  8.  
  9. @Override
  10. public Throwable getCause()
  11. {
  12. return new InfiniteException();
  13. }
  14. }
  15.  
Runtime error #stdin #stdout #stderr 0.22s 380480KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Exception in thread "main" InfiniteException
	at InfiniteException.main(Main.java:6)
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printStackTrace(Throwable.java:664)
	at java.lang.Throwable.printStackTrace(Throwable.java:642)
	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1061)
	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
	at java.lang.Thread.dispatchUncaughtException(Thread.java:1964)
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printStackTrace(Throwable.java:666)
	... 4 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 5 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 6 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 7 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 8 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 9 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 10 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 11 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 12 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 13 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 14 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 15 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 16 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 17 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 18 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 19 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 20 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 21 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 22 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 23 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 24 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 25 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 26 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 27 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 28 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 29 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 30 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 31 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 32 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 33 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 34 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 35 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 36 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 37 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 38 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 39 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 40 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 41 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 42 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 43 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 44 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 45 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 46 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 47 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 48 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 49 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 50 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 51 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 52 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 53 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 54 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 55 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 56 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 57 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 58 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 59 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 60 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 61 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 62 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 63 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 64 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 65 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 66 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 67 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 68 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 69 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 70 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 71 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 72 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 73 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 74 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 75 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 76 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 77 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 78 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 79 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 80 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 81 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 82 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 83 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 84 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 85 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 86 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 87 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 88 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 89 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 90 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 91 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 92 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 93 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 94 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 95 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 96 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 97 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 98 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 99 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 100 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 101 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 102 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 103 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 104 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 105 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 106 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 107 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 108 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 109 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 110 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 111 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 112 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 113 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 114 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 115 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 116 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 117 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 118 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 119 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 120 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 121 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 122 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 123 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 124 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 125 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 126 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 127 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 128 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 129 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 130 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 131 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 132 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 133 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 134 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 135 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 136 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 137 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 138 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 139 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 140 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 141 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 142 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 143 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 144 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 145 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 146 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 147 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 148 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 149 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 150 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 151 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 152 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 153 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 154 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 155 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 156 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 157 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 158 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 159 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 160 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 161 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 162 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 163 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 164 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 165 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 166 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 167 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 168 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 169 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 170 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 171 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 172 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 173 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 174 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 175 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 176 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 177 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 178 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 179 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 180 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 181 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 182 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 183 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 184 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 185 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 186 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 187 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 188 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 189 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 190 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 191 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 192 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 193 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 194 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 195 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 196 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 197 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 198 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 199 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 200 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 201 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 202 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 203 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 204 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 205 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 206 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 207 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 208 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 209 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 210 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 211 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 212 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 213 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 214 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 215 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 216 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 217 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 218 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 219 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 220 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 221 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 222 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 223 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 224 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 225 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 226 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 227 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 228 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 229 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 230 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 231 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 232 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 233 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 234 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 235 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 236 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 237 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 238 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 239 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 240 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 241 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 242 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 243 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 244 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 245 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 246 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 247 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 248 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 249 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 250 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 251 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 252 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 253 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 254 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 255 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 256 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 257 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 258 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 259 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 260 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 261 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 262 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 263 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 264 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 265 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 266 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 267 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 268 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 269 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 270 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 271 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 272 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 273 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 274 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 275 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 276 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 277 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 278 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 279 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 280 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 281 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 282 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 283 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 284 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 285 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 286 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 287 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 288 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 289 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 290 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 291 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 292 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708)
	... 293 more
Caused by: InfiniteException
	at InfiniteException.getCause(Main.java:12)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:706)
	at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:708