Package liquibase.exception
Class UnknownFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.UnknownFormatException
- All Implemented Interfaces:
Serializable
Thrown by SnapshotParserFactory if it cannot find a parser for a given file format.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownFormatException
(String message) UnknownFormatException
(String message, Throwable cause) UnknownFormatException
(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
-
UnknownFormatException
public UnknownFormatException() -
UnknownFormatException
-
UnknownFormatException
-
UnknownFormatException
-