Class MissingArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ua.mcchickenstudio.opencreative.coding.exceptions.MissingArgumentException
All Implemented Interfaces:
Serializable

public final class MissingArgumentException extends RuntimeException

MissingArgumentException

This class represents an exception, that occurs when action or condition failed to get required argument.
See Also:
  • Constructor Details

    • MissingArgumentException

      public MissingArgumentException(@NotNull @NotNull String argument)
    • MissingArgumentException

      public MissingArgumentException(@NotNull @NotNull String argument, @NotNull @NotNull ValueType valueType)
  • Method Details

    • getValueType

      @NotNull public @NotNull ValueType getValueType()
    • getArgument

      @NotNull public @NotNull String getArgument()