|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.olap4j.OlapExceptionHelper
public class OlapExceptionHelper
Sugar class to help create OlapExceptions.

| Constructor Summary | |
|---|---|
OlapExceptionHelper()
|
|
| Method Summary | |
|---|---|
static OlapException |
createException(Cell context,
String msg)
|
static OlapException |
createException(Cell context,
String msg,
Throwable cause)
|
static OlapException |
createException(String msg)
|
static OlapException |
createException(String msg,
Throwable cause)
|
static OlapException |
createException(Throwable cause)
|
static OlapException |
toOlapException(SQLException e)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OlapExceptionHelper()
| Method Detail |
|---|
public static OlapException createException(String msg)
public static OlapException createException(Throwable cause)
public static OlapException createException(String msg,
Throwable cause)
public static OlapException createException(Cell context,
String msg)
public static OlapException createException(Cell context,
String msg,
Throwable cause)
public static OlapException toOlapException(SQLException e)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||