TypeResolutionException constructor
TypeResolutionException(
- String message
Creates an exception for type resolution failures
Parameters:
message
: Detailed explanation of the resolution failure
Implementation
TypeResolutionException(super.message);