Class ConcretionError

All Implemented Interfaces:
Serializable

public class ConcretionError extends PcodeExecutionException
The emulator or a client attempted to concretize an abstract value
See Also:
  • Constructor Details

    • ConcretionError

      public ConcretionError(String message, PcodeArithmetic.Purpose purpose)
      Create the exception
      Parameters:
      message - a message for the client
      purpose - the reason why the emulator needs a concrete value
  • Method Details

    • getPurpose

      public PcodeArithmetic.Purpose getPurpose()
      Get the reason why the emulator needs a concrete value
      Returns:
      the purpose