com.google.caliper
Class UserException.NoSuchClassException

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.ErrorInUsageException
                      extended by com.google.caliper.UserException.NoSuchClassException
All Implemented Interfaces:
Serializable
Enclosing class:
UserException

public static class UserException.NoSuchClassException
extends UserException.ErrorInUsageException

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.NoSuchClassException(String name)
           
 
Method Summary
 
Methods inherited from class com.google.caliper.UserException.ErrorInUsageException
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.NoSuchClassException

public UserException.NoSuchClassException(String name)


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