|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.jdbc.db.AbstractTimeValue
A system-independent time value. This base class provides default
implementations for the non-system-specific methods of interface
DBTimeTranslator
.
DBTimeTranslator
Method Summary | |
String |
getErrorMessage()
Returns the first parse error message, if any. |
List |
getExceptions()
Returns any exceptions generated while parsing. |
boolean |
parseError()
Indicates whether an error occurred parsing this timestamp/date/time value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public 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 String getErrorMessage()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |