c

es.weso.shex.validator.ShExError

FractionDigitsAppliedNonLiteral

case class FractionDigitsAppliedNonLiteral(node: RDFNode) 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. FractionDigitsAppliedNonLiteral
  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 FractionDigitsAppliedNonLiteral(node: RDFNode)

Value Members

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