scala.util.control

NoStackTrace

trait NoStackTrace extends Throwable

A trait for exceptions which, for efficiency reasons, do not fill in the stack trace.

known subclasses: ControlException

Inherits

  1. Throwable
  2. Serializable
  3. AnyRef
  4. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def fillInStackTrace(): Throwable

  3. def getCause(): Throwable

  4. def getLocalizedMessage(): String

  5. def getMessage(): String

  6. def getStackTrace(): Array[StackTraceElement]

  7. def hashCode(): Int

    Returns a hash code value for the object

  8. def initCause(arg0: Throwable): Throwable

  9. def printStackTrace(arg0: PrintWriter): Unit

  10. def printStackTrace(arg0: PrintStream): Unit

  11. def printStackTrace(): Unit

  12. def setStackTrace(arg0: Array[StackTraceElement]): Unit

  13. def toString(): String

    Returns a string representation of the object