Package dev.cel.common.exceptions
Class CelDuplicateKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cel.common.exceptions.CelRuntimeException
-
- dev.cel.common.exceptions.CelDuplicateKeyException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public final class CelDuplicateKeyException extends CelRuntimeException
Indicates an attempt to create a map using duplicate keys.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CelDuplicateKeyExceptionof(java.lang.Object key)-
Methods inherited from class dev.cel.common.exceptions.CelRuntimeException
getErrorCode
-
-
-
-
Method Detail
-
of
public static CelDuplicateKeyException of(java.lang.Object key)
-
-