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
public class LiquibaseParseException
- extends LiquibaseException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LiquibaseParseException
public LiquibaseParseException()
LiquibaseParseException
public LiquibaseParseException(String message)
LiquibaseParseException
public LiquibaseParseException(String message,
Throwable cause)
LiquibaseParseException
public LiquibaseParseException(Throwable cause)
Copyright © 2016 Liquibase.org. All rights reserved.