Jump to content

Java Programming/API/java.lang.AssertionError

From Wikibooks, open books for an open world
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]