Package com.google.common.testing
Class ClassSanityTester.ParameterNotInstantiableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.common.testing.ClassSanityTester.ParameterNotInstantiableException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ClassSanityTester
static class ClassSanityTester.ParameterNotInstantiableException extends java.lang.Exception
Thrown if the test tries to invoke a constructor or static factory method but failed because the dummy value of a constructor or method parameter is unknown.
-
-
Constructor Summary
Constructors Constructor Description ParameterNotInstantiableException(Parameter parameter)
-
-
-
Constructor Detail
-
ParameterNotInstantiableException
public ParameterNotInstantiableException(Parameter parameter)
-
-