Class InvalidPlaceholderProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.andre601.advancedserverlist.api.exceptions.InvalidPlaceholderProviderException
All Implemented Interfaces:
Serializable

public class InvalidPlaceholderProviderException extends RuntimeException
RuntimeException thrown whenever an invalid PlaceholderProvider has been given.
See Also:
  • Constructor Details

    • InvalidPlaceholderProviderException

      public InvalidPlaceholderProviderException(String msg)
      Basic Constructor to create an instance of this Exception.
      Parameters:
      msg - The reason of the exception.