Class AssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
-
Constructor Summary
ConstructorsConstructorDescriptionAssertionError(boolean detailMessage) AssertionError(char detailMessage) AssertionError(double detailMessage) AssertionError(float detailMessage) AssertionError(int detailMessage) AssertionError(long detailMessage) AssertionError(java.lang.Object detailMessage) AssertionError(String detailMessage) AssertionError(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AssertionError
public AssertionError() -
AssertionError
-
AssertionError
public AssertionError(java.lang.Object detailMessage) -
AssertionError
public AssertionError(boolean detailMessage) -
AssertionError
public AssertionError(char detailMessage) -
AssertionError
public AssertionError(int detailMessage) -
AssertionError
public AssertionError(long detailMessage) -
AssertionError
public AssertionError(float detailMessage) -
AssertionError
public AssertionError(double detailMessage) -
AssertionError
-