public class org.jf.smali.OdexedInstructionException extends org.antlr.runtime.RecognitionException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jf.smali.OdexedInstructionException
  super_class: org.antlr.runtime.RecognitionException
{
  private java.lang.String odexedInstruction;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.antlr.runtime.IntStream, java.lang.String);
    descriptor: (Lorg/antlr/runtime/IntStream;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jf.smali.OdexedInstructionException this
        start local 1 // org.antlr.runtime.IntStream input
        start local 2 // java.lang.String odexedInstruction
         0: .line 38
            aload 0 /* this */
            aload 1 /* input */
            invokespecial org.antlr.runtime.RecognitionException.<init>:(Lorg/antlr/runtime/IntStream;)V
         1: .line 39
            aload 0 /* this */
            aload 2 /* odexedInstruction */
            putfield org.jf.smali.OdexedInstructionException.odexedInstruction:Ljava/lang/String;
         2: .line 40
            return
        end local 2 // java.lang.String odexedInstruction
        end local 1 // org.antlr.runtime.IntStream input
        end local 0 // org.jf.smali.OdexedInstructionException this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/jf/smali/OdexedInstructionException;
            0    3     1              input  Lorg/antlr/runtime/IntStream;
            0    3     2  odexedInstruction  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      input              
      odexedInstruction  

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jf.smali.OdexedInstructionException this
         0: .line 43
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.jf.smali.OdexedInstructionException.odexedInstruction:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " is an odexed instruction. You cannot reassemble a disassembled odex file "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 44
            ldc "unless it has been deodexed."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 43
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.jf.smali.OdexedInstructionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jf/smali/OdexedInstructionException;
}
SourceFile: "OdexedInstructionException.java"