public class XmlaHelper extends Object
Constructor and Description |
---|
XmlaHelper() |
Modifier and Type | Method and Description |
---|---|
OlapException |
createException(Cell context,
String msg) |
OlapException |
createException(Cell context,
String msg,
Throwable cause) |
OlapException |
createException(String msg) |
OlapException |
createException(String msg,
Throwable cause) |
OlapException |
createException(Throwable cause) |
OlapException |
toOlapException(SQLException e) |
public XmlaHelper()
public OlapException createException(String msg)
public OlapException createException(Throwable cause)
public OlapException createException(String msg, Throwable cause)
public OlapException createException(Cell context, String msg)
public OlapException createException(Cell context, String msg, Throwable cause)
public OlapException toOlapException(SQLException e)