Class LlvmLiftException

    • Constructor Detail

      • LlvmLiftException

        public LlvmLiftException​(String message)
        Creates the exception.
        Parameters:
        message - the failure description
      • LlvmLiftException

        public LlvmLiftException​(String message,
                                 Throwable cause)
        Creates the exception with a cause.
        Parameters:
        message - the failure description
        cause - the underlying failure