public class PreconditionErrorException extends Exception
| Constructor and Description |
|---|
PreconditionErrorException(ErrorPrecondition errorPrecondition) |
PreconditionErrorException(Exception cause,
DatabaseChangeLog changeLog,
Precondition precondition) |
PreconditionErrorException(List<ErrorPrecondition> errorPreconditions) |
PreconditionErrorException(String message,
List<ErrorPrecondition> erroredPreconditions) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorPrecondition> |
getErrorPreconditions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreconditionErrorException(String message, List<ErrorPrecondition> erroredPreconditions)
public PreconditionErrorException(Exception cause, DatabaseChangeLog changeLog, Precondition precondition)
public PreconditionErrorException(ErrorPrecondition errorPrecondition)
public PreconditionErrorException(List<ErrorPrecondition> errorPreconditions)
public List<ErrorPrecondition> getErrorPreconditions()
Copyright © 2018 Liquibase.org. All rights reserved.