com.programix.time
Class DateTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.time.DateTimeException
- All Implemented Interfaces:
- Serializable
public class DateTimeException
- extends RuntimeException
Thrown to signal a problem processing a DateTime. This exception
is a RuntimeException, so there is not requirement to catch it
when it is truly unexpected.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DateTimeException
public DateTimeException()
DateTimeException
public DateTimeException(String message)
DateTimeException
public DateTimeException(String message,
Throwable cause)
DateTimeException
public DateTimeException(Throwable cause)
throwParse
public static void throwParse(String source)
throws DateTimeException
- Throws:
DateTimeException
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.