Class ProgramExc

  • All Implemented Interfaces:
    Ippc32

    public class ProgramExc
    extends PPCException
    implements Ippc32
    The class for the PPC program exception. This class handles all exceptions. Based on the type of the exception (pre-defined and user-defined) the proper handler will be determined and its address will be loaded into the program counter.
    • Field Detail

      • nofProgExceptions

        public static int nofProgExceptions
        The number of times a program exception occurred
      • nextOpCode

        static int nextOpCode
    • Constructor Detail

      • ProgramExc

        public ProgramExc()
    • Method Detail

      • programExc

        static void programExc​(Exception e)