mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-04 07:05:31 +00:00
Error -> RuntimeException
This commit is contained in:
parent
73fda1dcc4
commit
a0118f2d68
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user