Package com.google.common.testing
Class ClassSanityTester.FactoryMethodReturnsNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.common.testing.ClassSanityTester.FactoryMethodReturnsNullException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ClassSanityTester
Thrown if the test tries to invoke a static factory method to test instance methods but the
factory returned null.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FactoryMethodReturnsNullException
-