TypeResolutionException constructor

TypeResolutionException(
  1. String message
)

Creates an exception for type resolution failures

Parameters:

  • message: Detailed explanation of the resolution failure

Implementation

TypeResolutionException(super.message);