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
public class ChangeLogParseException extends LiquibaseParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeLogParseException(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
-
-