1 | /** |
2 | * <copyright> |
3 | * </copyright> |
4 | * |
5 | * $Id$ |
6 | */ |
7 | package copyException.impl; |
8 | |
9 | import copyException.CopyExceptionPackage; |
10 | |
11 | import org.eclipse.emf.ecore.EClass; |
12 | |
13 | import org.eclipse.emf.ecore.impl.EObjectImpl; |
14 | |
15 | /** |
16 | * <!-- begin-user-doc --> |
17 | * An implementation of the model object '<em><b>Exception</b></em>'. |
18 | * <!-- end-user-doc --> |
19 | * <p> |
20 | * </p> |
21 | * |
22 | * @generated |
23 | */ |
24 | public abstract class ExceptionImpl extends EObjectImpl implements copyException.Exception { |
25 | /** |
26 | * <!-- begin-user-doc --> |
27 | * <!-- end-user-doc --> |
28 | * @generated |
29 | */ |
30 | protected ExceptionImpl() { |
31 | super(); |
32 | } |
33 | |
34 | /** |
35 | * <!-- begin-user-doc --> |
36 | * <!-- end-user-doc --> |
37 | * @generated |
38 | */ |
39 | @Override |
40 | protected EClass eStaticClass() { |
41 | return CopyExceptionPackage.Literals.EXCEPTION; |
42 | } |
43 | |
44 | } //ExceptionImpl |