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.