Packages

c

fi.e257.testing

TestVectorException

class TestVectorException extends TestFailedException

Exception class for testvector validation errors. Validator is NOT supposed throw this, but to use Option[String] to report test vector failures.

Typically this is thrown in case that output files is not found, or there was an exception because of content of output (output is not syntactically correct, e.g. JSON/XML SAX errors).

Linear Supertypes
TestFailedException, ModifiablePayload[TestFailedException], PayloadField, ModifiableMessage[TestFailedException], StackDepthException, StackDepth, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestVectorException
  2. TestFailedException
  3. ModifiablePayload
  4. PayloadField
  5. ModifiableMessage
  6. StackDepthException
  7. StackDepth
  8. RuntimeException
  9. Exception
  10. Throwable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestVectorException(msg: String, cause: Option[Throwable])

    msg

    message

    cause

    if there was underlying exception

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. val analysis: IndexedSeq[String]
    Definition Classes
    TestFailedException
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canEqual(other: Any): Boolean
    Definition Classes
    TestFailedException → StackDepthException
  8. val cause: Option[Throwable]
    Definition Classes
    StackDepthException → StackDepth
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    TestFailedException → StackDepthException → AnyRef → Any
  12. def failedCodeFileName: Option[String]
    Definition Classes
    StackDepth
  13. def failedCodeFileNameAndLineNumberString: Option[String]
    Definition Classes
    StackDepth
  14. lazy val failedCodeFilePathname: Option[String]
    Definition Classes
    StackDepthException → StackDepth
  15. lazy val failedCodeFilePathnameAndLineNumberString: Option[String]
    Definition Classes
    StackDepth
  16. def failedCodeLineNumber: Option[Int]
    Definition Classes
    StackDepth
  17. lazy val failedCodeStackDepth: Int
    Definition Classes
    StackDepthException → StackDepth
  18. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  19. def getCause(): Throwable
    Definition Classes
    Throwable
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  22. def getMessage(): String
    Definition Classes
    StackDepthException → Throwable
  23. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  24. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  25. def hashCode(): Int
    Definition Classes
    TestFailedException → StackDepthException → AnyRef → Any
  26. final def initCause(throwable: Throwable): Throwable
    Definition Classes
    StackDepthException → Throwable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. lazy val message: Option[String]
    Definition Classes
    StackDepthException → StackDepth
  29. val messageFun: (StackDepthException) => Option[String]
    Definition Classes
    StackDepthException
  30. def modifyMessage(fun: (Option[String]) => Option[String]): TestFailedException
    Definition Classes
    TestFailedException → ModifiableMessage
  31. def modifyPayload(fun: (Option[Any]) => Option[Any]): TestFailedException
    Definition Classes
    TestFailedException → ModifiablePayload
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val payload: Option[Any]
    Definition Classes
    TestFailedException → PayloadField
  36. val position: Option[Position]
    Definition Classes
    StackDepthException → StackDepth
  37. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  38. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  39. def printStackTrace(): Unit
    Definition Classes
    Throwable
  40. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  41. def severedAtStackDepth: TestFailedException
    Definition Classes
    TestFailedException → StackDepth
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from TestFailedException

Inherited from ModifiablePayload[TestFailedException]

Inherited from PayloadField

Inherited from ModifiableMessage[TestFailedException]

Inherited from StackDepthException

Inherited from StackDepth

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped