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

Method initCause

vm/JavaAPI/src/java/lang/Throwable.java:57–60  ·  view source on GitHub ↗

@deprecated DO NOT USE THIS METHOD, its here just to get the compiler working and isn't intended for use

(Throwable cause)

Source from the content-addressed store, hash-verified

55 * @deprecated DO NOT USE THIS METHOD, its here just to get the compiler working and isn't intended for use
56 */
57 public Throwable initCause(Throwable cause) {
58 this.cause = cause;
59 return this;
60 }
61
62 public Throwable getCause() {
63 return cause;

Callers 15

CryptoExceptionMethod · 0.45
toURLMethod · 0.45
WebAuthnExceptionMethod · 0.45
OidcExceptionMethod · 0.45
LlmExceptionMethod · 0.45
substringMethod · 0.45
charAtMethod · 0.45
isEndMethod · 0.45
substringMethod · 0.45
charAtMethod · 0.45
isEndMethod · 0.45
EvalErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected