Package org.olap4j.driver.xmla
Class XmlaHelper
- java.lang.Object
-
- org.olap4j.driver.xmla.XmlaHelper
-
public class XmlaHelper extends java.lang.Object
Helper class which encapsulates policies which are common throughout a driver. These policies include exception handling and factory methods.- Author:
- Luc Boudreau
-
-
Constructor Summary
Constructors Constructor Description XmlaHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OlapException
createException(java.lang.String msg)
OlapException
createException(java.lang.String msg, java.lang.Throwable cause)
OlapException
createException(java.lang.Throwable cause)
OlapException
createException(Cell context, java.lang.String msg)
OlapException
createException(Cell context, java.lang.String msg, java.lang.Throwable cause)
OlapException
toOlapException(java.sql.SQLException e)
-
-
-
Method Detail
-
createException
public OlapException createException(java.lang.String msg)
-
createException
public OlapException createException(java.lang.Throwable cause)
-
createException
public OlapException createException(java.lang.String msg, java.lang.Throwable cause)
-
createException
public OlapException createException(Cell context, java.lang.String msg)
-
createException
public OlapException createException(Cell context, java.lang.String msg, java.lang.Throwable cause)
-
toOlapException
public OlapException toOlapException(java.sql.SQLException e)
-
-