Package totalcross.util
Class InvalidDateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.util.InvalidDateException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDateException extends java.lang.ExceptionRepresents a date that is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDateException()Constructs an empty Exception.InvalidDateException(java.lang.String msg)Constructs an exception with the given message.
-