public class NoSuchParameterException
extends java.lang.Exception
Constructor and Description |
---|
NoSuchParameterException(int index)
Creates a new instance.
|
NoSuchParameterException(int index,
@Nullable java.lang.Throwable cause)
Creates a new instance.
|
NoSuchParameterException(@NotNull PluginParameter<?,?,?,?> pluginParameter)
Creates a new instance.
|
NoSuchParameterException(@NotNull java.lang.String type)
Creates a new instance.
|
public NoSuchParameterException(@NotNull @NotNull java.lang.String type)
type
- the missing parameter typepublic NoSuchParameterException(int index)
index
- the missing parameter indexpublic NoSuchParameterException(int index, @Nullable @Nullable java.lang.Throwable cause)
index
- the missing parameter indexcause
- the causepublic NoSuchParameterException(@NotNull @NotNull PluginParameter<?,?,?,?> pluginParameter)
pluginParameter
- the missing parameter instance