Package liquibase.exception
Class ChangeLogParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseParseException
liquibase.exception.ChangeLogParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionChangeLogParseException
(String message) ChangeLogParseException
(String message, Throwable cause) ChangeLogParseException
(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
-
ChangeLogParseException
-
ChangeLogParseException
-
ChangeLogParseException
-