<<< Java assert statement | Index | Exception Handling Techniques >>> |
The output displayed when an assertion exception is thrown:
Exception in thread "main" java.lang.AssertionError: positive value expected at MyApp.calculateValue(MyApp.java:112) at MyApp.main(MyApp.java:27)
<<< Java assert statement | Index | Exception Handling Techniques >>> |