Não consigo abrir o código fonte de nenhuma classe do Java.
Source not found
The source attachment does not contain the source for the file Exception.class.
You can change the source attachment by clicking change attached source below:
// Compiled from Exception.java (version 14 : 58.0, super bit)
public class java.lang.Exception extends java.lang.Throwable {
// Field descriptor #22 J
static final long serialVersionUID = -3387516993124229948L;
// Method descriptor #6 ()V
// Stack: 1, Locals: 1
public Exception();
0 aload_0 [this]
1 invokespecial java.lang.Throwable() [1]
4 return
Line numbers:
[pc: 0, line: 55]
[pc: 4, line: 56]
Local variable table:
[pc: 0, pc: 5] local: this index: 0 type: java.lang.Exception
// Method descriptor #9 (Ljava/lang/String;)V
// Stack: 2, Locals: 2
public Exception(java.lang.String message);
0 aload_0 [this]
1 aload_1 [message]
2 invokespecial java.lang.Throwable(java.lang.String) [7]
5 return
Line numbers:
[pc: 0, line: 67]
[pc: 5, line: 68]
Local variable table:
[pc: 0, pc: 6] local: this index: 0 type: java.lang.Exception
[pc: 0, pc: 6] local: message index: 1 type: java.lang.String
// Method descriptor #12 (Ljava/lang/String;Ljava/lang/Throwable;)V
// Stack: 3, Locals: 3
public Exception(java.lang.String message, java.lang.Throwable cause);
0 aload_0 [this]
1 aload_1 [message]
2 aload_2 [cause]
3 invokespecial java.lang.Throwable(java.lang.String, java.lang.Throwable) [10]
6 return
Line numbers:
[pc: 0, line: 85]
[pc: 6, line: 86]
Local variable table:
[pc: 0, pc: 7] local: this index: 0 type: java.lang.Exception
[pc: 0, pc: 7] local: message index: 1 type: java.lang.String
[pc: 0, pc: 7] local: cause index: 2 type: java.lang.Throwable
// Method descriptor #15 (Ljava/lang/Throwable;)V
// Stack: 2, Locals: 2
public Exception(java.lang.Throwable cause);
0 aload_0 [this]
1 aload_1 [cause]
2 invokespecial java.lang.Throwable(java.lang.Throwable) [13]
5 return
Line numbers:
[pc: 0, line: 103]
[pc: 5, line: 104]
Local variable table:
[pc: 0, pc: 6] local: this index: 0 type: java.lang.Exception
[pc: 0, pc: 6] local: cause index: 1 type: java.lang.Throwable
// Method descriptor #18 (Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
// Stack: 5, Locals: 5
protected Exception(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace);
0 aload_0 [this]
1 aload_1 [message]
2 aload_2 [cause]
3 iload_3 [enableSuppression]
4 iload 4 [writableStackTrace]
6 invokespecial java.lang.Throwable(java.lang.String, java.lang.Throwable, boolean, boolean) [16]
9 return
Line numbers:
[pc: 0, line: 123]
[pc: 9, line: 124]
Local variable table:
[pc: 0, pc: 10] local: this index: 0 type: java.lang.Exception
[pc: 0, pc: 10] local: message index: 1 type: java.lang.String
[pc: 0, pc: 10] local: cause index: 2 type: java.lang.Throwable
[pc: 0, pc: 10] local: enableSuppression index: 3 type: boolean
[pc: 0, pc: 10] local: writableStackTrace index: 4 type: boolean
}