Constructs a new AssertionError with no message.
()
| 30 | * Constructs a new {@code AssertionError} with no message. |
| 31 | */ |
| 32 | public AssertionError() { |
| 33 | super(); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Constructs a new {@code AssertionError} with a message based on calling |