class FailedInterrupt extends Exception
- Alphabetic
- By Inheritance
- FailedInterrupt
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- by StackTraceOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- final def addSuppressed(arg0: java.lang.Throwable): Unit
- Definition Classes
- Throwable
- def fillInStackTrace(): java.lang.Throwable
- Definition Classes
- Throwable
- def getCause(): java.lang.Throwable
- Definition Classes
- Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
- Definition Classes
- Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[java.lang.Throwable]
- Definition Classes
- Throwable
- def initCause(arg0: java.lang.Throwable): java.lang.Throwable
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def stackTracePrefixString(p: (StackTraceElement) => Boolean): String
Format the stack trace, returning the prefix consisting of frames that satisfy a given predicate.
Format the stack trace, returning the prefix consisting of frames that satisfy a given predicate. The format is similar to the typical case described in the Javadoc for java.lang.Throwable#printStackTrace()*. If a stack trace is truncated, it will be followed by a line of the form
... 3 elided
, by analogy to the lines... 3 more
which indicate shared stack trace segments.- p
the predicate to select the prefix
- Implicit
- This member is added by an implicit conversion from FailedInterrupt toStackTraceOps performed by method StackTraceOps in scala.tools.nsc.util.
- Definition Classes
- StackTraceOps
- def stackTracePrefixString(e: Throwable)(p: (StackTraceElement) => Boolean): String
Format a stack trace, returning the prefix consisting of frames that satisfy a given predicate.
Format a stack trace, returning the prefix consisting of frames that satisfy a given predicate.
The format is similar to the typical case described in the Javadoc for java.lang.Throwable#printStackTrace()*. If a stack trace is truncated, it will be followed by a line of the form
... 3 elided
, by analogy to the lines... 3 more
which indicate shared stack trace segments.- e
the exception
- p
the predicate to select the prefix
- Implicit
- This member is added by an implicit conversion from FailedInterrupt toStackTraceOps performed by method StackTraceOps in scala.tools.nsc.util.
- Definition Classes
- StackTracing
- def toString(): String
- Definition Classes
- Throwable → AnyRef → Any
The Scala compiler and reflection APIs.