org.springmodules.validation.util.date
Class DateParseException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.springmodules.validation.util.date.DateParseException
- All Implemented Interfaces: 
 - Serializable
 
public class DateParseException
- extends Exception
 
Exception thrown when date parsing fails.
- Since:
 
  - 25-04-2005
 
- Author:
 
  - Steven Devijver
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DateParseException
public DateParseException(String message)
DateParseException
public DateParseException(String message,
                          Throwable cause)
Copyright © 2009. All Rights Reserved.