public class InvalidDateException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| 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.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, 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