Class InlineValueError

All Implemented Interfaces:
Serializable

@NullMarked public class InlineValueError extends RuntimeException
A RuntimeException thrown when rewriting an inline value in a test source file fails.
See Also:
  • Constructor Details

    • InlineValueError

      public InlineValueError(String message)
      Creates an InlineValueError with the given message.
      Parameters:
      message - the error message
    • InlineValueError

      public InlineValueError(String message, Throwable cause)
      Creates an InlineValueError with the given message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause