Package wbs.utils.exceptions
Class MissingRequiredKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wbs.utils.exceptions.InvalidConfigurationException
wbs.utils.exceptions.MissingRequiredKeyException
- All Implemented Interfaces:
Serializable
Thrown when a key is required in a
ConfigurationSection and it
was missing- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class wbs.utils.exceptions.InvalidConfigurationException
getDirectoryMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingRequiredKeyException
public MissingRequiredKeyException() -
MissingRequiredKeyException
-