public class SQLUnparseableDateStringException extends SQLEngineRuntimeException
Constructor and Description |
---|
SQLUnparseableDateStringException(ParseException parseException)
Instantiates a new sQL unparseable date string exception.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
getParseException()
Gets the parses the exception.
|
void |
setParseException(ParseException parseException)
Sets the parses the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLUnparseableDateStringException(ParseException parseException)
parseException
- the parse exceptionpublic ParseException getParseException()
public void setParseException(ParseException parseException)
parseException
- the new parses the exceptionCopyright © 2003–2021 XDEV Software. All rights reserved.