Throwablex

object Throwablex extends Throwablex
Companion:
class
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class ExtendedThrowable[T <: Throwable](t: T)

See the ExtendedExceptions object description

See the ExtendedExceptions object description

Inherited from:
Throwablex

Value members

Inherited methods

def exception(st: Seq[StackTraceElement]): Exception
Returns:

an exception with the given stacktrace

Inherited from:
Throwablex
def exception(m: String, st: Seq[StackTraceElement], cause: Throwable): Exception
Returns:

an exception with the given message and stacktrace

Inherited from:
Throwablex
def stackTraceElement(m: String, className: String, fileName: String, lineNumber: Int): StackTraceElement

utility method to create a default stacktrace element

utility method to create a default stacktrace element

Inherited from:
Throwablex

Implicits

Inherited implicits

implicit def extend[T <: Throwable](t: T): ExtendedThrowable[T]

Implicit method to add additional methods to Throwable objects

Implicit method to add additional methods to Throwable objects

Inherited from:
Throwablex