All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.builder.Common.scala Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.twitter.finagle.builder

/**
 * Used by builder to throw exceptions if the specification is incomplete.
 * {{{
 * if (!_codec.isDefined)
 *   throw new IncompleteSpecification("No codec was specified")
 * }}}
 */
class IncompleteSpecification(message: String) extends Exception(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy