Class RequiredArgumentException

All Implemented Interfaces:
Serializable

public class RequiredArgumentException
extends IllegalArgumentException
Exception for parameters that are required.

This is primarily intended for use when populating Kotlin form beans with non-nullable properties and failing early rather than validate the entire bean.

See Also:
Serialized Form