public class ClientLogicException extends SQLException
| Constructor and Description |
|---|
ClientLogicException(int errorCode,
String errorText) |
ClientLogicException(int errorCode,
String errorText,
boolean parsingError)
sets the parser error flag
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
getErrorText() |
boolean |
isParsingError() |
getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ClientLogicException(int errorCode,
String errorText)
errorCode - - JNI lib error codeerrorMessage - - JNI lib error messagepublic ClientLogicException(int errorCode,
String errorText,
boolean parsingError)
errorCode - - JNI lib error codeerrorMessage - - JNI lib error messageparsingError - - if the current issue is parsing issuepublic int getErrorCode()
getErrorCode in class SQLExceptionpublic String getErrorText()
public boolean isParsingError()
Copyright © 2023 openGauss. All rights reserved.