public class InvalidDateException extends CommerceException
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| InvalidDateException()Constructs a new InvalidDateException | 
| InvalidDateException(java.lang.String pStr)Constructs a new InvalidDateException with the given 
 explanation. | 
| InvalidDateException(java.lang.String pStr,
                    java.lang.Throwable pSourceException)Constructs a new InvalidDateException with the given 
 explanation. | 
| InvalidDateException(java.lang.Throwable pSourceException)Constructs a new InvalidDateException. | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic InvalidDateException()
public InvalidDateException(java.lang.String pStr)
public InvalidDateException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic InvalidDateException(java.lang.String pStr,
                    java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
 cause of the problem