liquibase.precondition
Class ErrorPrecondition

java.lang.Object
  extended by liquibase.precondition.ErrorPrecondition

public class ErrorPrecondition
extends Object


Constructor Summary
ErrorPrecondition(Throwable exception, DatabaseChangeLog changeLog, Precondition precondition)
           
 
Method Summary
 Throwable getCause()
           
 Precondition getPrecondition()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorPrecondition

public ErrorPrecondition(Throwable exception,
                         DatabaseChangeLog changeLog,
                         Precondition precondition)
Method Detail

getCause

public Throwable getCause()

getPrecondition

public Precondition getPrecondition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Liquibase.org. All rights reserved.