client: rev 198 (#3014)
* client: rev 198 * client: checkstyle Co-authored-by: therealnull <therealnull@gmail.com>
This commit is contained in:
@@ -4,27 +4,30 @@ import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("oc")
|
||||
@ObfuscatedName("oa")
|
||||
@Implements("RunException")
|
||||
public class RunException extends RuntimeException {
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("s")
|
||||
@Export("RunException_applet")
|
||||
public static Applet RunException_applet;
|
||||
@ObfuscatedName("v")
|
||||
@Export("localPlayerName")
|
||||
public static String localPlayerName;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1440253205
|
||||
intValue = 655178051
|
||||
)
|
||||
@Export("RunException_revision")
|
||||
public static int RunException_revision;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("n")
|
||||
@Export("message")
|
||||
String message;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("w")
|
||||
@Export("throwable")
|
||||
Throwable throwable;
|
||||
|
||||
RunException(Throwable var1, String var2) {
|
||||
this.message = var2; // L: 27
|
||||
this.throwable = var1; // L: 28
|
||||
} // L: 29
|
||||
this.message = var2;
|
||||
this.throwable = var1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user