com
.
yotpo
.
metorikku
exceptions
package
exceptions
Visibility
Public
All
Type Members
case class
MetorikkuException
(
message:
String
=
""
,
cause:
Throwable
=
None.orNull
)
extends
Exception
with
Product
with
Serializable
case class
MetorikkuFailedStepException
(
message:
String
=
""
,
cause:
Throwable
=
None.orNull
)
extends
Exception
with
Product
with
Serializable
case class
MetorikkuInvalidMetricFileException
(
message:
String
=
""
,
cause:
Throwable
=
None.orNull
)
extends
Exception
with
Product
with
Serializable
case class
MetorikkuTesterTestFailedException
(
message:
String
=
""
,
cause:
Throwable
=
None.orNull
)
extends
Exception
with
Product
with
Serializable
case class
MetorikkuWriteFailedException
(
message:
String
=
""
,
cause:
Throwable
=
None.orNull
)
extends
Exception
with
Product
with
Serializable
case class
MetorikkuWriterStreamingUnsupported
(
message:
String
=
""
,
cause:
Throwable
=
None.orNull
)
extends
Exception
with
Product
with
Serializable
Ungrouped