java AssertionError
Thrown when an assert statement fails. Assertions are disabled by default; enable them with -ea.
python AssertionError
Raised by a failing assert statement. If the assertion has a message, it becomes the exception's first argument.