public class MqlException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
MqlException(org.antlr.runtime.tree.CommonTree tree) |
MqlException(org.antlr.runtime.tree.CommonTree tree,
java.lang.Exception exception) |
MqlException(org.antlr.runtime.tree.CommonTree tree,
java.lang.String message) |
MqlException(java.lang.Exception exception) |
MqlException(int line,
int col,
java.lang.String near) |
MqlException(int line,
int col,
java.lang.String near,
java.lang.Exception exception) |
MqlException(int line,
int col,
java.lang.String near,
java.lang.String message) |
MqlException(java.lang.String message) |
MqlException(java.lang.String message,
java.lang.Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getNearText(org.antlr.runtime.tree.CommonTree tree) |
public MqlException(java.lang.Exception exception)
public MqlException(java.lang.String message)
public MqlException(java.lang.String message,
java.lang.Exception exception)
public MqlException(org.antlr.runtime.tree.CommonTree tree)
public MqlException(org.antlr.runtime.tree.CommonTree tree,
java.lang.String message)
public MqlException(org.antlr.runtime.tree.CommonTree tree,
java.lang.Exception exception)
public MqlException(int line,
int col,
java.lang.String near)
public MqlException(int line,
int col,
java.lang.String near,
java.lang.String message)
public MqlException(int line,
int col,
java.lang.String near,
java.lang.Exception exception)
Copyright © 2013. All Rights Reserved.