Class ClassSanityTester.ParameterNotInstantiableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.common.testing.ClassSanityTester.ParameterNotInstantiableException
All Implemented Interfaces:
Serializable
Enclosing class:
ClassSanityTester

static class ClassSanityTester.ParameterNotInstantiableException extends 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 Details

    • ParameterNotInstantiableException

      public ParameterNotInstantiableException(Parameter parameter)