com.google.caliper.runner
Class UserCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.caliper.runner.InvalidBenchmarkException
com.google.caliper.runner.UserCodeException
- All Implemented Interfaces:
- Serializable
public class UserCodeException
- extends InvalidBenchmarkException
Signifies that the user's benchmark code threw an exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserCodeException
public UserCodeException(String message,
Throwable cause)
UserCodeException
public UserCodeException(Throwable cause)
display
public void display(PrintWriter writer)
- Overrides:
display
in class InvalidBenchmarkException
Copyright © 2009-2011 Google, Inc.. All Rights Reserved.