Class BatchTestCase.Bomb

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BatchTestCase

    static class BatchTestCase.Bomb
    extends Error
    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.
    • Constructor Detail