Error -> RuntimeException

This commit is contained in:
Aleksandr Zvegintsev 2026-08-03 19:33:12 +02:00
parent 73fda1dcc4
commit a0118f2d68

View File

@ -119,7 +119,7 @@ public class FSFrame extends Frame {
System.out.println("Dumped screen shot to " + name);
} catch (IOException ignored) {}
throw new Error("Some pixel colors not correct; FS window may not" +
throw new RuntimeException("Some pixel colors not correct; FS window may not" +
" have been displayed correctly");
}
}