Class SingletonMap.NewInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
SingletonMap<K, V, E extends Exception>
Thrown when
SingletonMap.newInstance(Object, LogNode) throws an exception.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final longserialVersionUID. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
-
NewInstanceException
Constructor.- Type Parameters:
K- the key type- Parameters:
key- the keyt- the Throwable that was thrown
-