c

play.api.db.evolutions

InvalidDatabaseRevision

case class InvalidDatabaseRevision(db: String, script: String) extends RichDescription with Product with Serializable

Exception thrown when the database is not up to date.

db

the database name

script

the script to be run to resolve the conflict.

Source
ApplicationEvolutions.scala
Linear Supertypes
Product, Equals, RichDescription, ExceptionAttachment, PlayException, UsefulException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvalidDatabaseRevision
  2. Product
  3. Equals
  4. RichDescription
  5. ExceptionAttachment
  6. PlayException
  7. UsefulException
  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 InvalidDatabaseRevision(db: String, script: String)

    db

    the database name

    script

    the script to be run to resolve the conflict.

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. def content(): String
    Definition Classes
    InvalidDatabaseRevision → ExceptionAttachment
  3. val db: String
  4. def fillInStackTrace(): Throwable
    Definition Classes
    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 htmlDescription(): String
    Definition Classes
    InvalidDatabaseRevision → RichDescription
  11. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  12. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  13. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(): Unit
    Definition Classes
    Throwable
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. val script: String
  17. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  18. def subTitle(): String
    Definition Classes
    InvalidDatabaseRevision → ExceptionAttachment
  19. def toString(): String
    Definition Classes
    UsefulException → Throwable → AnyRef → Any