Class InvalidPlaceholderProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.andre601.advancedserverlist.api.exceptions.InvalidPlaceholderProviderException
- All Implemented Interfaces:
Serializable
RuntimeException thrown whenever an invalid
PlaceholderProvider
has been given.- See Also:
-
Constructor Summary
ConstructorDescriptionBasic Constructor to create an instance of this Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPlaceholderProviderException
Basic Constructor to create an instance of this Exception.- Parameters:
msg
- The reason of the exception.
-