CaughtError

class CaughtError(val nonSpacCause: Throwable, spacTrace: Chain[SpacTraceElement]) extends SpacException[CaughtError]
Companion:
object
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def withSpacTrace(spacTrace2: Chain[SpacTraceElement]): CaughtError

Inherited methods

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Inherited from:
SpacException
def addEarlyTrace(firstTrace: Chain[SpacTraceElement]): CaughtError

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Inherited from:
SpacException
final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
def addTrace(nextTraceElems: SpacTraceElement*): CaughtError

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Inherited from:
SpacException
def addTrace(nextTrace: Chain[SpacTraceElement]): CaughtError

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Inherited from:
SpacException
override def fillInStackTrace(): Throwable
Definition Classes
SpacException -> NoStackTrace -> Throwable
Inherited from:
SpacException
def getCause(): Throwable
Inherited from:
Throwable
def getLocalizedMessage(): String
Inherited from:
Throwable
def getMessage(): String
Inherited from:
Throwable
def getStackTrace(): Array[StackTraceElement]
Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable
Inherited from:
Throwable
def printStackTrace(x$0: PrintWriter): Unit
Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inherited from:
Throwable
def printStackTrace(): Unit
Inherited from:
Throwable
Inherited from:
NoStackTrace
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from:
Throwable
def toString(): String
Inherited from:
Throwable

Concrete fields

val causeOriginalStackTrace: Array[StackTraceElement]
val nonSpacCause: Throwable

Inherited fields

val detail: Either[String, Throwable]
Inherited from:
SpacException