Java Programming/API/java.lang.AssertionError

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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

External links[edit | edit source]