|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.olap4j.driver.xmla.XmlaHelper
public class XmlaHelper
Helper class which encapsulates policies which are common throughout a driver. These policies include exception handling and factory methods.
| Constructor Summary | |
|---|---|
XmlaHelper()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlaHelper()
| Method Detail |
|---|
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)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||