com.google.caliper
Class UserException.ExceptionFromUserCodeException

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

public static class UserException.ExceptionFromUserCodeException
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
 
Constructor Summary
UserException.ExceptionFromUserCodeException(Throwable t)
           
 
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
 

Constructor Detail

UserException.ExceptionFromUserCodeException

public UserException.ExceptionFromUserCodeException(Throwable t)
Method Detail

display

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


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