UnknownCase

mcodec.UnknownCase
final class UnknownCase(reason: String, path: List[PathSegment], rootType: String | Null, cause: Throwable | Null) extends ReadFailure

Attributes

Source
Failures.scala
Graph
Supertypes
class ReadFailure
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(msg: String)

Attributes

Source
Failures.scala

Concrete methods

override protected def rebuild(reason: String, path: List[PathSegment], rootType: String | Null, cause: Throwable | Null): ReadFailure

Attributes

Definition Classes
Source
Failures.scala

Inherited methods

Attributes

Inherited from:
Throwable
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Inherited from:
ReadFailure
Source
Failures.scala

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
ReadFailure
Source
Failures.scala

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable

Attributes

Inherited from:
ReadFailure
Source
Failures.scala