Package com.google.caliper.core
Class InvalidBenchmarkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.caliper.core.InvalidBenchmarkException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserCodeException
public class InvalidBenchmarkException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBenchmarkException(String message, Object... args)InvalidBenchmarkException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(PrintWriter writer)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
display
public void display(PrintWriter writer)
-
-