public class InvalidValueException
extends java.lang.Exception
PluginParameter
cannot be converted to an object.Constructor and Description |
---|
InvalidValueException(@NotNull java.lang.String reason)
Creates a new instance.
|
InvalidValueException(@NotNull java.lang.String reason,
@Nullable java.lang.Throwable cause)
Creates a new instance.
|
public InvalidValueException(@NotNull @NotNull java.lang.String reason)
reason
- the reason why the value cannot be createdpublic InvalidValueException(@NotNull @NotNull java.lang.String reason, @Nullable @Nullable java.lang.Throwable cause)
reason
- the reason why the value cannot be createdcause
- the cause or null