1 package g6.t.ref;
2 import g6.t.def.List;
3 public class Single {
4 	List list;
5 	List<Exception> exceptionList;
6 	List<Exception>[] exceptionListArray;
7 	List<List<Exception>[]> exceptionListArrayList;
8 }
9