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.StringgetDbName()java.lang.StringgetErrorDescription()java.lang.StringgetErrorTitle()java.lang.StringgetEvolutionScript()java.lang.StringgetMoreHTML()-
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:
getErrorTitlein classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescriptionin classPlayException
-
getMoreHTML
public java.lang.String getMoreHTML()
- Overrides:
getMoreHTMLin classPlayException
-
-