public abstract class AbstractTimeValue
extends java.lang.Object
DBTimeTranslator
.DBTimeTranslator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage()
Returns the first parse error message, if any.
|
java.util.List |
getExceptions()
Returns any exceptions generated while parsing.
|
boolean |
parseError()
Indicates whether an error occurred parsing this timestamp/date/time
value.
|
public java.util.List getExceptions()
Exception
s with length > 0 if exceptions were generated;
Collections.EMPTY_LIST
otherwise.true
if there was a parse error;
false
otherwise; never returns null
public boolean parseError()
true
if there was a parse error;
false
otherwisepublic java.lang.String getErrorMessage()
null