Class UnsupportedConversionException

All Implemented Interfaces:
Serializable

public class UnsupportedConversionException extends InstructionConversionException
The conversion to IR is unsupported.
See Also:
  • Constructor Details

    • UnsupportedConversionException

      public UnsupportedConversionException()
    • UnsupportedConversionException

      public UnsupportedConversionException(String message)
    • UnsupportedConversionException

      public UnsupportedConversionException(Throwable cause)
    • UnsupportedConversionException

      public UnsupportedConversionException(String message, Throwable cause)