liquibase.exception
Class DateParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.text.ParseException
              extended by liquibase.exception.DateParseException
All Implemented Interfaces:
Serializable

public class DateParseException
extends ParseException

See Also:
Serialized Form

Constructor Summary
DateParseException(String s)
           
 
Method Summary
 
Methods inherited from class java.text.ParseException
getErrorOffset
 
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

DateParseException

public DateParseException(String s)


Copyright © 2016 Liquibase.org. All rights reserved.