Class NotTrustedLinkException

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

public final class NotTrustedLinkException extends RuntimeException

NotTrustedLinkException

This class represents an exception, that happens when specified link is not marked as trusted in config.yml.
See Also:
  • Constructor Details

    • NotTrustedLinkException

      public NotTrustedLinkException(@NotNull @NotNull String link)
  • Method Details

    • getLink

      @NotNull public @NotNull String getLink()