Searched defs:IntentionalException (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dexceptions.py139 class IntentionalException(Error): class in inherits:Error
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventSubscriberTest.java71 e.getCause() instanceof IntentionalException);
181 throw new IntentionalException();
184 class IntentionalException extends Exception { class in class:EventSubscriberTest
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
H A Dbrowser_unittest.py26 class IntentionalException(Exception): class in inherits:Exception
211 IntentionalException('Boom!'))
212 with self.assertRaises(IntentionalException):
220 IntentionalException('Boom!'))
222 IntentionalException('Cannot close browser!'))
223 with self.assertRaises(IntentionalException) as context:

Completed in 230 milliseconds