Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ExceptionCopy.java

Go to the documentation of this file.
00001 
00059 package com.arcle.rmt.j2se.bridge.copy.rqml;
00060 
00061 import com.arcle.rmt.rqml.*;
00062 import com.arcle.rmt.j2se.bridge.copy.ChildCopier;
00063 
00069 public class ExceptionCopy extends CourseCopy {
00070     public ExceptionCopy(ChildCopier cc) {
00071         super(cc);
00072     }
00073 
00074     public boolean copy(RQMLSecondClass source, RQMLSecondClass destination) {
00075         if (!(source instanceof com.arcle.rmt.rqml.Exception
00076                 && destination instanceof com.arcle.rmt.rqml.Exception)) {
00077             return false;
00078         }
00079         return super.copy(source, destination);
00080     }
00081 }
00082 

Generated on Fri Jun 18 19:51:20 2004 for Arcle Rambutan by doxygen 1.3.5