liquibase.precondition.core
Class ErrorPrecondition

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

public class ErrorPrecondition
extends java.lang.Object


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

Constructor Detail

ErrorPrecondition

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

getCause

public java.lang.Throwable getCause()

getPrecondition

public Precondition getPrecondition()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 Liquibase.org. All Rights Reserved.