Package

org.hammerlab

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. case class Error(t: Throwable) extends Product with Serializable

    Permalink

    Wrapper for a Throwable mimicking standard toString, but with configurable indentation and cats.Show integration

  2. case class StackTrace(elements: Seq[StackTraceElem]) extends Product with Serializable

    Permalink
  3. case class StackTraceElem(declaringClass: String, methodName: String, fileName: String, lineNumber: Int) extends Product with Serializable

    Permalink

Value Members

  1. object Error extends Serializable

    Permalink
  2. object StackTrace extends Serializable

    Permalink
  3. object StackTraceElem extends Serializable

    Permalink

Ungrouped