CodecError

final case class CodecError(err: Err) extends Exception with NoStackTrace
Lifts an scodec.Err in to an exception.
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def getLocalizedMessage(): String
Inhertied from
Throwable
final def addSuppressed(x$0: Throwable): Unit
Inhertied from
Throwable
def toString(): String
Inhertied from
Throwable
def getCause(): Throwable
Inhertied from
Throwable
final def getSuppressed(): Array[Throwable]
Inhertied from
Throwable
def productElementNames: Iterator[String]
Inhertied from
Product
def initCause(x$0: Throwable): Throwable
Inhertied from
Throwable
def getStackTrace(): Array[StackTraceElement]
Inhertied from
Throwable
def productIterator: Iterator[Any]
Inhertied from
Product
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inhertied from
Throwable
def scala$util$control$NoStackTrace$$super$fillInStackTrace(): Throwable
Inhertied from
NoStackTrace
def getMessage(): String
Inhertied from
Throwable
def printStackTrace(x$0: PrintWriter): Unit
Inhertied from
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inhertied from
Throwable
def printStackTrace(): Unit
Inhertied from
Throwable
override def fillInStackTrace(): Throwable
Definition Classes
NoStackTrace -> Throwable
Inhertied from
NoStackTrace