Packages

c

info.kwarc.mmt.api

ErrorContainer

class ErrorContainer extends ErrorHandler

stores errors in a list

Source
Error.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorContainer
  2. ErrorHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorContainer(report: Option[Report])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <<(e: Error): Unit

    convenience for apply

    convenience for apply

    Definition Classes
    ErrorHandler
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addError(e: Error): Unit
    Attributes
    protected
    Definition Classes
    ErrorContainerErrorHandler
  6. def apply(e: Error): Unit

    registers an error

    registers an error

    This should be called exactly once on every error, usually in the order in which they are found.

    Definition Classes
    ErrorHandler
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def catchIn(a: ⇒ Unit): Unit

    evaluates a command with this class as the exception handler

    evaluates a command with this class as the exception handler

    Definition Classes
    ErrorHandler
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getErrors: List[Error]
  15. def hasNewErrors: Boolean

    true if errors occurred since ~creation~ last reset

    true if errors occurred since ~creation~ last reset

    Definition Classes
    ErrorHandler
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def isEmpty: Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mark: Unit
    Definition Classes
    ErrorHandler
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def noErrorsAdded: Boolean

    true if no new errors occurred since the last call to mark

    true if no new errors occurred since the last call to mark

    Definition Classes
    ErrorHandler
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def reset(): Unit
    Definition Classes
    ErrorContainerErrorHandler
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ErrorHandler

Inherited from AnyRef

Inherited from Any

Ungrouped