public class ReqlQueryLogicError extends ReqlRuntimeError
| Constructor and Description |
|---|
ReqlQueryLogicError() |
ReqlQueryLogicError(java.lang.String message) |
ReqlQueryLogicError(java.lang.String format,
java.lang.Object... args) |
ReqlQueryLogicError(java.lang.String msg,
ReqlAst term,
Backtrace bt) |
ReqlQueryLogicError(java.lang.String message,
java.lang.Throwable cause) |
ReqlQueryLogicError(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Backtrace |
getBacktrace() |
@Nullable ReqlAst |
getTerm() |
ReqlQueryLogicError |
setBacktrace(Backtrace backtrace) |
ReqlQueryLogicError |
setTerm(ReqlAst term) |
public ReqlQueryLogicError()
public ReqlQueryLogicError(java.lang.String message)
public ReqlQueryLogicError(java.lang.String format,
java.lang.Object... args)
public ReqlQueryLogicError(java.lang.String message,
java.lang.Throwable cause)
public ReqlQueryLogicError(java.lang.Throwable cause)
@Nullable public @Nullable Backtrace getBacktrace()
getBacktrace in class ReqlRuntimeErrorpublic ReqlQueryLogicError setBacktrace(Backtrace backtrace)
setBacktrace in class ReqlRuntimeError@Nullable public @Nullable ReqlAst getTerm()
getTerm in class ReqlRuntimeErrorpublic ReqlQueryLogicError setTerm(ReqlAst term)
setTerm in class ReqlRuntimeError