Package org.openrefine.wikibase.editing
Class ReconEntityRewriter.MissingEntityIdFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.openrefine.wikibase.editing.ReconEntityRewriter.MissingEntityIdFound
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReconEntityRewriter
protected static class ReconEntityRewriter.MissingEntityIdFound extends Error
Unchecked version ofNewEntityNotCreatedYetException
, for internal use only.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
value
-
Constructor Summary
Constructors Constructor Description MissingEntityIdFound(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue missing)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-