Package me.deecaad.core.file
Class DuplicateKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.deecaad.core.file.DuplicateKeyException
- All Implemented Interfaces:
Serializable
This class outlines an
Exception that occurs when 2 configuration files with a matching
key are added to the same Configuration- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateKeyException
-
DuplicateKeyException
-
-
Method Details
-
getKeys
Returns an array of all of the matching keys. The returned array will never benull, it will have at least 1 element, and none of the elements will benull.- Returns:
- The matching keys.
-