| Modifier and Type | Method and Description |
|---|---|
ErrorLocation |
QueryError.getErrorLocation() |
ErrorLocation |
FailureInfo.getErrorLocation() |
| Constructor and Description |
|---|
FailureInfo(String type,
String message,
FailureInfo cause,
List<FailureInfo> suppressed,
List<String> stack,
ErrorLocation errorLocation) |
QueryError(String message,
String sqlState,
int errorCode,
String errorName,
String errorType,
ErrorLocation errorLocation,
FailureInfo failureInfo) |
Copyright © 2012–2019. All rights reserved.