Class SingletonMap.NullSingletonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nonapi.io.github.classgraph.concurrency.SingletonMap.NullSingletonException
- All Implemented Interfaces:
Serializable
- Enclosing class:
SingletonMap<K,
V, E extends Exception>
Thrown when
SingletonMap.newInstance(Object, LogNode)
returns null.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long
serialVersionUID. -
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
-
Field Details
-
serialVersionUID
static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
NullSingletonException
public NullSingletonException(K key) Constructor.- Type Parameters:
K
- the key type- Parameters:
key
- the key
-