Exceptions

prometheus4cats.javasimpleclient.models.Exceptions$
object Exceptions

Attributes

Source
Exceptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exceptions.type

Members list

Type members

Classlikes

case class DuplicateMetricsException(duplicates: Set[(Option[Prefix], String)]) extends RuntimeException

Attributes

Source
Exceptions.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait PrometheusException[A] extends Throwable

Attributes

Source
Exceptions.scala
Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
case class UnhandledPrometheusException[A](className: String, metricName: A, labels: Map[Name, String], e: Throwable)(implicit evidence$1: Show[A]) extends RuntimeException, PrometheusException[A]

Attributes

Source
Exceptions.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all