com.google.caliper
Class UserException.ErrorInUserCodeException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserException.AbstractBenchmarkException, UserException.DoesntImplementBenchmarkException, UserException.NoParameterlessConstructorException
Enclosing class:
UserException

public abstract static class UserException.ErrorInUserCodeException
extends UserException

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
 
Method Summary
 void 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
 

Method Detail

display

public void display()
Specified by:
display in class UserException


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