Class UndefinedInstruction

  • All Implemented Interfaces:
    Iarm32

    public class UndefinedInstruction
    extends ARMException
    implements Iarm32
    The class for the ARM undefined instruction exception.
    • Field Detail

      • nofUndefInstr

        public static int nofUndefInstr
        The number of times a undefined instruction exception was executed
    • Constructor Detail

      • UndefinedInstruction

        public UndefinedInstruction()
    • Method Detail

      • undefInstr

        static void undefInstr​(Exception e)