Searched refs:ctx (Results 1 – 1 of 1) sorted by relevance
83 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext() local84 context = new StringBuffer(ctx.length() + 200); in ExceptionWithContext()85 context.append(ctx); in ExceptionWithContext()