|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException mondrian.olap.MondrianException mondrian.xmla.XmlaException
public class XmlaException
An exception thrown while processing an XMLA request. The faultcode corresponds to the SOAP Fault faultcode and the faultstring to the SOAP Fault faultstring.
Constructor Summary | |
---|---|
XmlaException(String faultCode,
String code,
String faultString,
Throwable cause)
|
Method Summary | |
---|---|
static String |
formatDetail(String msg)
|
static String |
formatFaultCode(String faultCode,
String code)
|
static String |
formatFaultCode(String nsPrefix,
String faultCode,
String code)
|
static String |
formatFaultCode(XmlaException xex)
|
String |
getCode()
|
String |
getDetail()
|
String |
getFaultCode()
|
String |
getFaultString()
|
static Throwable |
getRootCause(Throwable throwable)
|
Methods inherited from class mondrian.olap.MondrianException |
---|
getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XmlaException(String faultCode, String code, String faultString, Throwable cause)
Method Detail |
---|
public static String formatFaultCode(XmlaException xex)
public static String formatFaultCode(String faultCode, String code)
public static String formatFaultCode(String nsPrefix, String faultCode, String code)
public static String formatDetail(String msg)
public static Throwable getRootCause(Throwable throwable)
public String getFaultCode()
public String getCode()
public String getFaultString()
public String getDetail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |