com.google.caliper
Class UserException.DuplicateParameterException

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.DuplicateParameterException
All Implemented Interfaces:
Serializable
Enclosing class:
UserException

public static class UserException.DuplicateParameterException
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.DuplicateParameterException(Set<String> arg)
           
UserException.DuplicateParameterException(String arg)
           
 
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.DuplicateParameterException

public UserException.DuplicateParameterException(String arg)

UserException.DuplicateParameterException

public UserException.DuplicateParameterException(Set<String> arg)


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