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