liquibase.exception
Class LiquibaseParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by liquibase.exception.LiquibaseParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangeLogParseException

public class LiquibaseParseException
extends LiquibaseException

See Also:
Serialized Form

Constructor Summary
LiquibaseParseException()
           
LiquibaseParseException(String message)
           
LiquibaseParseException(String message, Throwable cause)
           
LiquibaseParseException(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

LiquibaseParseException

public LiquibaseParseException()

LiquibaseParseException

public LiquibaseParseException(String message)

LiquibaseParseException

public LiquibaseParseException(String message,
                               Throwable cause)

LiquibaseParseException

public LiquibaseParseException(Throwable cause)


Copyright © 2016 Liquibase.org. All rights reserved.