Jump to content

Java Programming/API/java.lang.AssertionError

From Wikibooks, open books for an open world

This exception is thrown when the boolean expression in an assert statement evaluates to false and the Java -ea option is set.

[edit | edit source]