Package

com.yotpo.metorikku

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class MetorikkuException(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink
  2. case class MetorikkuFailedStepException(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink
  3. case class MetorikkuInvalidMetricFileException(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink
  4. case class MetorikkuTesterTestFailedException(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink
  5. case class MetorikkuWriteFailedException(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink
  6. case class MetorikkuWriterStreamingUnsupported(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink

Ungrouped