com.programix.time
Class PlainDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.time.PlainDateException
- All Implemented Interfaces:
- Serializable
public class PlainDateException
- extends RuntimeException
Thrown to signal a problem processing a PlainDate. 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 |
PlainDateException
public PlainDateException()
PlainDateException
public PlainDateException(String message)
PlainDateException
public PlainDateException(String message,
Throwable cause)
PlainDateException
public PlainDateException(Throwable cause)
createParse
public static PlainDateException createParse(String source)
throwParse
public static void throwParse(String source)
throws PlainDateException
- Throws:
PlainDateException
createInvalid
public static PlainDateException createInvalid(int yearNumber,
int monthNumber,
int dayNumber)
throwInvalid
public static void throwInvalid(int yearNumber,
int monthNumber,
int dayNumber)
throws PlainDateException
- Throws:
PlainDateException
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.