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

RQMLDocumentFacadeException.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.j2se.model;
00059 
00060 import com.arcle.rmt.j2se.util.ExceptionWrapper;
00061 
00067 public class RQMLDocumentFacadeException extends ExceptionWrapper {
00068     public RQMLDocumentFacadeException(Exception realException) {
00069         super(realException);
00070     }
00071 };

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