net.sourceforge.annovalidator.util
Class DateUtil.DatePartType.UnrecognisedDatePartException

java.lang.Object
  extended by java.lang.Throwable
      extended by net.sourceforge.annovalidator.util.DateUtil.DatePartType.UnrecognisedDatePartException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DateUtil.DatePartType

public static class DateUtil.DatePartType.UnrecognisedDatePartException
extends java.lang.Throwable

Exception indicating that a given value does not match any known date formatting pattern.

See Also:
Serialized Form

Constructor Summary
DateUtil.DatePartType.UnrecognisedDatePartException(java.lang.String datePartValue)
          Constructs a new UnrecognisedDatePartException with the value that could not be matched.
 
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

DateUtil.DatePartType.UnrecognisedDatePartException

public DateUtil.DatePartType.UnrecognisedDatePartException(java.lang.String datePartValue)
Constructs a new UnrecognisedDatePartException with the value that could not be matched.

Parameters:
datePartValue - The value that could not be matched against a known date format.


Copyright © 2008. All Rights Reserved.