liquibase.exception
Class UnknownChangelogFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by liquibase.exception.UnknownChangelogFormatException
All Implemented Interfaces:
Serializable

public class UnknownChangelogFormatException
extends LiquibaseException

See Also:
Serialized Form

Constructor Summary
UnknownChangelogFormatException()
           
UnknownChangelogFormatException(String message)
           
UnknownChangelogFormatException(String message, Throwable cause)
           
UnknownChangelogFormatException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownChangelogFormatException

public UnknownChangelogFormatException()

UnknownChangelogFormatException

public UnknownChangelogFormatException(String message)

UnknownChangelogFormatException

public UnknownChangelogFormatException(String message,
                                       Throwable cause)

UnknownChangelogFormatException

public UnknownChangelogFormatException(Throwable cause)


Copyright © 2016 Liquibase.org. All rights reserved.