com.google.caliper
Class UserException.NoParameterlessConstructorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.caliper.UserException
                  extended by com.google.caliper.UserException.ErrorInUserCodeException
                      extended by com.google.caliper.UserException.NoParameterlessConstructorException
All Implemented Interfaces:
Serializable
Enclosing class:
UserException

public static class UserException.NoParameterlessConstructorException
extends UserException.ErrorInUserCodeException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.caliper.UserException
UserException.AbstractBenchmarkException, UserException.CantCustomizeInProcessVmException, UserException.DisplayUsageException, UserException.DoesNotScaleLinearlyException, UserException.DoesntImplementBenchmarkException, UserException.DuplicateParameterException, UserException.ErrorInUsageException, UserException.ErrorInUserCodeException, UserException.ExceptionFromUserCodeException, UserException.IncompatibleArgumentsException, UserException.InvalidDebugRepsException, UserException.InvalidParameterValueException, UserException.InvalidTrialsException, UserException.MalformedParameterException, UserException.MultipleBenchmarkClassesException, UserException.NoBenchmarkClassException, UserException.NonConstantMemoryUsage, UserException.NoParameterlessConstructorException, UserException.NoSuchClassException, UserException.RuntimeOutOfRangeException, UserException.UnrecognizedOptionException
 
Constructor Summary
UserException.NoParameterlessConstructorException(Class<?> specifiedClass)
           
 
Method Summary
 
Methods inherited from class com.google.caliper.UserException.ErrorInUserCodeException
display
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserException.NoParameterlessConstructorException

public UserException.NoParameterlessConstructorException(Class<?> specifiedClass)


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.