This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Description
When i was decompiling a apk file.
ClassyShark hint "error loading archive"
error message
package java.lang;
import java.lang.String;
import java.lang.Throwable;
public class Exception extends Throwable
{
//======================== F I E L D S ==================
static final long serialVersionUID;
//======================== C O N S T R U C T O R S ======
protected Exception(String,
Throwable,
boolean,
boolean) { ... }
public Exception(Throwable) { ... }
public Exception(String,
Throwable) { ... }
public Exception(String) { ... }
public Exception() { ... }
//======================== M E T H O D S ================
}