Package org.junit.runner
Class FilterFactory.FilterNotCreatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.runner.FilterFactory.FilterNotCreatedException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FilterFactory
public static class FilterFactory.FilterNotCreatedException extends Exception
Exception thrown if theFilter
cannot be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterNotCreatedException(Exception exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FilterNotCreatedException
public FilterNotCreatedException(Exception exception)
-
-