Jump to content

Java Programming/API/java.lang.AssertionError: Difference between revisions

From Wikibooks, open books for an open world
[checked revision][checked revision]
Content deleted Content added
m Add deep categorization
mNo edit summary
 
Line 1:Line 1:
This exception is thrown when the boolean expression in an <tt>[[Java Programming/Keywords/assert|assert]]</tt> statement evaluates to false and the Java <tt>-ea</tt> option is set.
This exception is thrown when the boolean expression in an <code>[[Java Programming/Keywords/assert|assert]]</code> statement evaluates to false and the Java <code>-ea</code> option is set.


== External links ==
== External links ==

Latest revision as of 11:04, 22 November 2023

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]