Package play.db.evolutions.exceptions
Class InvalidDatabaseRevision
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.exceptions.PlayException
-
- play.db.evolutions.exceptions.InvalidDatabaseRevision
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDatabaseRevision extends PlayException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDatabaseRevision(java.lang.String dbName, java.lang.String evolutionScript)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDbName()
java.lang.String
getErrorDescription()
java.lang.String
getErrorTitle()
java.lang.String
getEvolutionScript()
java.lang.String
getMoreHTML()
-
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getLineNumber, getSourceFile, isSourceAvailable
-
-
-
-
Method Detail
-
getDbName
public java.lang.String getDbName()
-
getEvolutionScript
public java.lang.String getEvolutionScript()
-
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitle
in classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in classPlayException
-
getMoreHTML
public java.lang.String getMoreHTML()
- Overrides:
getMoreHTML
in classPlayException
-
-