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.
- Version:
- $Id: XmlaHelper.java 236 2009-05-12 07:42:17Z jhyde $
- Author:
- Luc Boudreau
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlaHelper
public XmlaHelper()
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)