public class LazyAssertionError extends AssertionError
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LazyAssertionError() |
LazyAssertionError(boolean detailMessage) |
LazyAssertionError(char detailMessage) |
LazyAssertionError(double detailMessage) |
LazyAssertionError(float detailMessage) |
LazyAssertionError(int detailMessage) |
LazyAssertionError(long detailMessage) |
LazyAssertionError(Object detailMessage) |
LazyAssertionError(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public LazyAssertionError()
public LazyAssertionError(Object detailMessage)
public LazyAssertionError(boolean detailMessage)
public LazyAssertionError(char detailMessage)
public LazyAssertionError(int detailMessage)
public LazyAssertionError(long detailMessage)
public LazyAssertionError(float detailMessage)
public LazyAssertionError(double detailMessage)
Copyright © 2013-2016. All Rights Reserved.