case class InvalidDatabaseRevision(db: String, script: String) extends RichDescription with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvalidDatabaseRevision
- Product
- Equals
- RichDescription
- ExceptionAttachment
- PlayException
- UsefulException
- RuntimeException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InvalidDatabaseRevision(db: String, script: String)
- db
the database name
- script
the script to be run to resolve the conflict.
Value Members
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- def content(): String
- Definition Classes
- InvalidDatabaseRevision → ExceptionAttachment
- val db: String
- def fillInStackTrace(): Throwable
- Definition Classes
- Throwable
- def getCause(): Throwable
- Definition Classes
- Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
- Definition Classes
- Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- def htmlDescription(): String
- Definition Classes
- InvalidDatabaseRevision → RichDescription
- def initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val script: String
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def subTitle(): String
- Definition Classes
- InvalidDatabaseRevision → ExceptionAttachment
- def toString(): String
- Definition Classes
- UsefulException → Throwable → AnyRef → Any
Exception thrown when the database is not up to date.
the database name
the script to be run to resolve the conflict.