Java.Lang.AssertionError: Constructor Members

The constructors of Java.Lang.AssertionError are listed below. For a list of all members, see the AssertionError Members list.

See Also: Inherited members from Java.Lang.Error

Public Constructors

Constructs a new AssertionError with no message.
Constructs a new AssertionError with a message based on calling String.ValueOf(Object) with the specified object.
Constructs a new AssertionError with a message based on calling String.ValueOf(bool) with the specified boolean value.
Constructs a new AssertionError with a message based on calling String.ValueOf(char) with the specified character value.
Constructs a new AssertionError with a message based on calling String.ValueOf(double) with the specified double value.
Constructs a new AssertionError with a message based on calling String.ValueOf(int) with the specified integer value.
Constructs a new AssertionError with a message based on calling String.ValueOf(long) with the specified long value.
Constructs a new AssertionError with a message based on calling String.ValueOf(float) with the specified float value.
Constructs a new AssertionError with the given detail message and cause.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.