Package uniffi.cedarling_uniffi
Class DataException.KeyNotFound
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DataException.KeyNotFound extends DataException
Key not found in store
-
-
Constructor Summary
Constructors Constructor Description DataException.KeyNotFound(String key)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final StringgetKey()The key that was not found -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DataException.KeyNotFound
DataException.KeyNotFound(String key)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-