(int position, CharSequence message)
| 46 | private int position; |
| 47 | |
| 48 | public static SqlException $(int position, CharSequence message) { |
| 49 | return position(position).put(message); |
| 50 | } |
| 51 | |
| 52 | public static SqlException $(int position, long addrLo, long addrHi) { |
| 53 | return position(position).put(addrLo, addrHi); |