org.eigenbase.xom
public class AssertFailure extends RuntimeException
Constructor and Description |
---|
AssertFailure()
Construct an AssertFailure with no message
|
AssertFailure(String s)
Construct an AssertFailure with a simple detail message.
|
AssertFailure(Throwable th)
Construct an AssertFailure from an exception.
|
AssertFailure(Throwable th,
String s)
Similar to the previous constructor, except allows a custom message on
top of the exception
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AssertFailure()
public AssertFailure(String s)
public AssertFailure(Throwable th)
public AssertFailure(Throwable th, String s)