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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChangeLogParseException
public ChangeLogParseException(Throwable cause)
ChangeLogParseException
public ChangeLogParseException(String message)
ChangeLogParseException
public ChangeLogParseException(String message,
Throwable cause)
Copyright © 2015 Liquibase.org. All rights reserved.