liquibase.exception
Class UnknownFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.UnknownFormatException
- All Implemented Interfaces:
- Serializable
public class UnknownFormatException
- extends LiquibaseException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownFormatException
public UnknownFormatException()
UnknownFormatException
public UnknownFormatException(String message)
UnknownFormatException
public UnknownFormatException(String message,
Throwable cause)
UnknownFormatException
public UnknownFormatException(Throwable cause)
Copyright © 2015 Liquibase.org. All rights reserved.