|
Final | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.AssertionError
public class AssertionError
Assert statement support
| Constructor Summary | |
|---|---|
AssertionError()
Constructs a new instance of this class with its walkback filled in. |
|
AssertionError(boolean detailMessage)
Constructs a new instance of this class with its message filled in from the value of argument. |
|
AssertionError(char detailMessage)
Constructs a new instance of this class with its message filled in from the value of argument. |
|
AssertionError(double detailMessage)
Constructs a new instance of this class with its message filled in from the value of argument. |
|
AssertionError(float detailMessage)
Constructs a new instance of this class with its message filled in from the value of argument. |
|
AssertionError(int detailMessage)
Constructs a new instance of this class with its message filled in from the value of argument. |
|
AssertionError(long detailMessage)
Constructs a new instance of this class with its message filled in from the value of argument. |
|
AssertionError(Object detailMessage)
Constructs a new instance of this class with its message filled in. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssertionError()
public AssertionError(Object detailMessage)
detailMessage - Object
The detail message for the exception.public AssertionError(boolean detailMessage)
detailMessage - boolean
Constructs the detail message from the boolean value of argument.public AssertionError(char detailMessage)
detailMessage - char
Constructs the detail message from the char argument.public AssertionError(int detailMessage)
detailMessage - int
Constructs the detail message from the value of int argument.public AssertionError(long detailMessage)
detailMessage - long
Constructs the detail message from the value of long argument.public AssertionError(float detailMessage)
detailMessage - float
Constructs the detail message from the value of float argument.public AssertionError(double detailMessage)
detailMessage - double
Constructs the detail message from the value of double argument.
|
Final | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||