MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / AssertionError

Class AssertionError

vm/JavaAPI/src/java/lang/AssertionError.java:7–30  ·  view source on GitHub ↗

@author shai

Source from the content-addressed store, hash-verified

5 * @author shai
6 */
7public class AssertionError extends Error {
8 public AssertionError() {
9 super();
10 }
11 public AssertionError(String detailMessage) {
12 }
13
14 public AssertionError(Object detailMessage) {
15 }
16
17 public AssertionError(boolean detailMessage) {}
18
19 public AssertionError(char detailMessage) {}
20
21 public AssertionError(int detailMessage) {}
22
23 public AssertionError(long detailMessage) {}
24
25 public AssertionError(float detailMessage) {}
26
27 public AssertionError(double detailMessage) {}
28
29 public AssertionError(String message, Throwable cause) {}
30}

Callers 1

process_fileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected