public class InstrumentationImpossibleException extends Exception
Constructor and Description |
---|
InstrumentationImpossibleException(String message,
Object... values)
Creates an
InstrumentationImpossibleException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InstrumentationImpossibleException(String message, Object... values)
InstrumentationImpossibleException
.message
- A message desribing why instrumentation was not possible. Will
evaluated through String.format(String, Object...)
.values
- The values to pass to String.format(String, Object...)
.