Package mondrian.rolap
Class BatchTestCase.Bomb
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- mondrian.rolap.BatchTestCase.Bomb
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BatchTestCase
static class BatchTestCase.Bomb extends java.lang.Error
Fake exception to interrupt the test when we see the desired query. It is anError
because we need it to be unchecked (Exception
is checked), and we don't want handlers to handle it.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
sql
-
Constructor Summary
Constructors Constructor Description Bomb(java.lang.String sql)
-