Package liquibase.exception
Class LiquibaseParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChangeLogParseException
- See Also:
-
Constructor Summary
ConstructorDescriptionLiquibaseParseException
(String message) LiquibaseParseException
(String message, Throwable cause) LiquibaseParseException
(Throwable cause) -
Method Summary
Methods inherited from class liquibase.exception.LiquibaseException
getDetails, getLogLevel, getTimestamp, setDetails, setTimestamp
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LiquibaseParseException
public LiquibaseParseException() -
LiquibaseParseException
-
LiquibaseParseException
-
LiquibaseParseException
-