Java Programming/API/java.lang.AssertionError
This exception is thrown when the boolean expression in an assert statement evaluates to false and the Java -ea option is set.
External links
This exception is thrown when the boolean expression in an assert statement evaluates to false and the Java -ea option is set.