001 package org.junit.runner.manipulation; 002 003 /** 004 * Thrown when a filter removes all tests from a runner. 005 * 006 * @since 4.0 007 */ 008 public class NoTestsRemainException extends Exception { 009 private static final long serialVersionUID = 1L; 010 }