org.nuiton.widget
Class InvalidDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.widget.InvalidDateException
All Implemented Interfaces:
Serializable

public class InvalidDateException
extends Exception

See Also:
Serialized Form

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

InvalidDateException

public InvalidDateException()

InvalidDateException

public InvalidDateException(String message)

InvalidDateException

public InvalidDateException(String message,
                            Throwable cause)

InvalidDateException

public InvalidDateException(Throwable cause)


Copyright © 2004-2010 CodeLutin. All Rights Reserved.