IllegalElementException

IllegalElementException is thrown by Collection methods that add (or replace) elements (and/or keys) when their arguments are null or do not pass screeners.

class IllegalElementException : IllegalArgumentException {}

Constructors

this
this(immutable(char)[] msg)
Undocumented in source.

Meta