c

es.weso.shex.validator

NoPartition

case class NoPartition(node: RDFNode, attempt: Attempt, s: Shape, extendedLabel: ShapeLabel, neighs: Neighs) extends ShExError with Product with Serializable

Source
ShExError.scala
Linear Supertypes
ShExError, Serializable, Product, Equals, NoStackTrace, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoPartition
  2. ShExError
  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 NoPartition(node: RDFNode, attempt: Attempt, s: Shape, extendedLabel: ShapeLabel, neighs: Neighs)

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. val attempt: Attempt
  3. val extendedLabel: ShapeLabel
  4. def fillInStackTrace(): Throwable
    Definition Classes
    NoStackTrace → Throwable
  5. def getCause(): Throwable
    Definition Classes
    Throwable
  6. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  7. def getMessage(): String
    Definition Classes
    Throwable
  8. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  9. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  10. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  11. val msg: String
    Definition Classes
    ShExError
  12. val neighs: Neighs
  13. val node: RDFNode
  14. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  15. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  16. def printStackTrace(): Unit
    Definition Classes
    Throwable
  17. val s: Shape
  18. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  19. def showQualified(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): String
    Definition Classes
    NoPartitionShExError
  20. def toJson: Json
    Definition Classes
    NoPartitionShExError
  21. def toString(): String
    Definition Classes
    ShExError → Throwable → AnyRef → Any