Searched refs:detailMessage (Results 1 – 3 of 3) sorted by relevance
49 String detailMessage = "testInflateException"; in testInflateException() local55 ne = new InflateException(detailMessage, throwable); in testInflateException()69 ne = new InflateException(detailMessage); in testInflateException()
236 public FailException(String detailMessage) { in FailException() argument237 super(detailMessage); in FailException()
135 MalformedStatMException(String detailMessage) { in MalformedStatMException() argument136 super(detailMessage); in MalformedStatMException()