Throwablex

org.specs2.control.Throwablex
See theThrowablex companion trait
object Throwablex extends Throwablex

Attributes

Companion
trait
Graph
Supertypes
trait Throwablex
class Object
trait Matchable
class Any
Self type
Throwablex.type

Members list

Type members

Inherited classlikes

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

See the ExtendedExceptions object description

See the ExtendedExceptions object description

Attributes

Inherited from:
Throwablex
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Attributes

Returns

an exception with the given stacktrace

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Throwablex