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