public class AssertionFailedError
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AssertionFailedError()
Constructs an empty exception.
|
AssertionFailedError(java.lang.String arg0)
Constructs an exception with the given message.
|