Class CannotReadRegisterException

All Implemented Interfaces:
Serializable

public class CannotReadRegisterException extends JebRuntimeException
Exception raised when a register value cannot be read.
See Also:
  • Constructor Details

    • CannotReadRegisterException

      public CannotReadRegisterException(String registerName)
      Create an exception for a register name.
      Parameters:
      registerName - register name
    • CannotReadRegisterException

      public CannotReadRegisterException(int registerIndex)
      Create an exception for a register index.
      Parameters:
      registerIndex - register index
    • CannotReadRegisterException

      public CannotReadRegisterException(RegisterType registerType)
      Create an exception for a register type.
      Parameters:
      registerType - register type