Package com.apple.foundationdb.util
package com.apple.foundationdb.util
Utilities for logging and exception handling.
All exceptions in the Record Layer
project are descendants of
LoggableException
class. This
class allows the user to attach arbitrary keys and values to an Exception
when
thrown.-
ClassDescriptionException type with support for adding keys and values to its log info.LoggableKeysAndValues<T extends LoggableKeysAndValues<T>>Associates loggable information with an object as a map.Provides a default implementation of
LoggableKeysAndValues
.CommonLoggableException
keys logged by the FoundationDB extensions library.Utility methods for operating withString
s.