Class InstructionConversionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalConversionException, UnsupportedConversionException

public class InstructionConversionException extends DecompilerException
Generic exception for native code to IR conversion problems.
See Also:
  • Constructor Details

    • InstructionConversionException

      public InstructionConversionException()
    • InstructionConversionException

      public InstructionConversionException(String message)
    • InstructionConversionException

      public InstructionConversionException(Throwable cause)
    • InstructionConversionException

      public InstructionConversionException(String message, Throwable cause)