public class AssertFailure
extends java.lang.RuntimeException
Constructor and Description |
---|
AssertFailure()
Construct an AssertFailure with no message
|
AssertFailure(java.lang.String s)
Construct an AssertFailure with a simple detail message.
|
AssertFailure(java.lang.Throwable th)
Construct an AssertFailure from an exception.
|
AssertFailure(java.lang.Throwable th,
java.lang.String s)
Similar to the previous constructor, except allows a custom message on
top of the exception
|
public AssertFailure()
public AssertFailure(java.lang.String s)
public AssertFailure(java.lang.Throwable th)
public AssertFailure(java.lang.Throwable th, java.lang.String s)