|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
mondrian.rolap.BatchTestCase.Bomb
static class BatchTestCase.Bomb
Fake exception to interrupt the test when we see the desired query.
It is an Error
because we need it to be unchecked
(Exception
is checked), and we don't want handlers to handle
it.
Field Summary | |
---|---|
(package private) java.lang.String |
sql
|
Constructor Summary | |
---|---|
BatchTestCase.Bomb(java.lang.String sql)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
final java.lang.String sql
Constructor Detail |
---|
BatchTestCase.Bomb(java.lang.String sql)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |