Class 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 Detail

      • XmlaHelper

        public XmlaHelper()
    • 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)