Package org.jf.smali

Class OdexedInstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.jf.smali.OdexedInstructionException
All Implemented Interfaces:
Serializable

public class OdexedInstructionException extends org.antlr.runtime.RecognitionException
See Also:
  • Field Details

    • odexedInstruction

      private String odexedInstruction
  • Constructor Details

    • OdexedInstructionException

      OdexedInstructionException(org.antlr.runtime.IntStream input, String odexedInstruction)
  • Method Details