Skip to content

Method: UnpassendeKlasseException()

1: package auftraege;
2:
3: /**
4: * Exception, die geschmissen wird, wenn die Klasse nicht zu den Attributen des Produktionsauftrags passt.
5: */
6: public class UnpassendeKlasseException extends Exception {
7:         
8:         /**
9:          *
10:          */
11:         private static final long serialVersionUID = -1798495300676402842L;
12:         
13: }