MCPcopy Create free account
hub / github.com/davidgiven/luje / AssertionError

Method AssertionError

lib/java/lang/AssertionError.java:32–34  ·  view source on GitHub ↗

Constructs a new AssertionError with no message.

()

Source from the content-addressed store, hash-verified

30 * Constructs a new {@code AssertionError} with no message.
31 */
32 public AssertionError() {
33 super();
34 }
35
36 /**
37 * Constructs a new {@code AssertionError} with a message based on calling

Callers

nothing calls this directly

Calls 5

valueOfMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected