c

es.weso.rbe

IntervalError

case class IntervalError[A](interval: Interval, rbe: Rbe[A], bag: Bag[A], open: Boolean) extends RbeError with Product with Serializable

Source
RbeError.scala
Linear Supertypes
RbeError, Serializable, Product, Equals, NoStackTrace, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntervalError
  2. RbeError
  3. Serializable
  4. Product
  5. Equals
  6. NoStackTrace
  7. Exception
  8. Throwable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntervalError(interval: Interval, rbe: Rbe[A], bag: Bag[A], open: Boolean)

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. val bag: Bag[A]
  3. def fillInStackTrace(): Throwable
    Definition Classes
    NoStackTrace → Throwable
  4. def getCause(): Throwable
    Definition Classes
    Throwable
  5. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  6. def getMessage(): String
    Definition Classes
    Throwable
  7. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  8. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  9. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  10. val interval: Interval
  11. val msg: String
    Definition Classes
    RbeError
  12. val open: Boolean
  13. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  15. def printStackTrace(): Unit
    Definition Classes
    Throwable
  16. val rbe: Rbe[A]
  17. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  18. def show: String
    Definition Classes
    IntervalErrorRbeError
  19. def toJson: Json
    Definition Classes
    IntervalErrorRbeError
  20. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any