Skip to contentMethod: ProvidesException(String)
      1: package pruefskript.parser.exceptions;
2: 
3: /**
4:  * 
5:  * @author group B5
6:  * 
7:  */
8: public class ProvidesException extends CheckScriptException {
9:         /**
10:          * .
11:          * 
12:          * @param text
13:          *            .
14:          */
15:         public ProvidesException(final String text) {
16:                 super(text);
17:         }
18: 
19:         /**
20:          * 
21:          */
22:         private static final long serialVersionUID = -4384220426296454420L;
23: 
24: }