Class InvalidPropertyFormatException

All Implemented Interfaces:
Serializable

public class InvalidPropertyFormatException extends InvalidFormatException
Extended version of InvalidFormatException with information about the property that was incorrect.
Since:
1.0.0
See Also:
  • Constructor Details

    • InvalidPropertyFormatException

      public InvalidPropertyFormatException(@NonNull @NonNull InvalidFormatException cause, @NonNull @NonNull io.micronaut.core.type.Argument<?> argument)
      Construct a more detailed exception from the given cause.
      Parameters:
      cause - The cause
      argument - The argument
  • Method Details

    • getArgument

      @NonNull public @NonNull io.micronaut.core.type.Argument<?> getArgument()
      Returns:
      The property.