Skip to content

Method: StatCalcEmptyListException()

1: package statistik;
2:
3: /**
4: * Wird geworfen, wenn eine leere Liste als Parameter eingegeben wird.
5: */
6: public class StatCalcEmptyListException extends Exception {
7:         
8:         private static final long serialVersionUID = 1L;
9:         
10: }