scala.xml.dtd

ValidationException

class ValidationException(e: String) extends Exception with Product

Inherits

  1. Product
  2. Equals
  3. Exception
  4. Throwable
  5. Serializable
  6. AnyRef
  7. Any

Value Members

  1. def canEqual(arg0: Any): Boolean

    A method that should be called from every well-designed equals method that is open to be overridden in a subclass

  2. val e: String

  3. def equals(arg0: Any): Boolean

    The equality method defined in AnyRef

  4. def fillInStackTrace(): Throwable

  5. def getCause(): Throwable

  6. def getLocalizedMessage(): String

  7. def getMessage(): String

  8. def getStackTrace(): Array[StackTraceElement]

  9. def hashCode(): Int

    Returns a hash code value for the object

  10. def initCause(arg0: Throwable): Throwable

  11. def printStackTrace(arg0: PrintWriter): Unit

  12. def printStackTrace(arg0: PrintStream): Unit

  13. def printStackTrace(): Unit

  14. def productArity: Int

    return k for a product A(x_1,

  15. def productElement(arg0: Int): Any

    for a product A(x_1,

  16. def productElements: Iterator[Any]

  17. def productIterator: Iterator[Any]

    An iterator that returns all fields of this product

  18. def productPrefix: String

    By default the empty string

  19. def setStackTrace(arg0: Array[StackTraceElement]): Unit

  20. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new ValidationException(e: String)

  2. new ValidationException(arg0: Throwable)

  3. new ValidationException(arg0: String, arg1: Throwable)

  4. new ValidationException()