lenya/src/java/org/apache/lenya/cms/publication PageEnvelope.java,1.8,1.9 PageEnvelopeException.java,1.2,1.3

Andreas Hartmann <[email protected]>
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/java/org/apache/lenya/cms/publication
In directory erbium:/tmp/cvs-serv17764/src/java/org/apache/lenya/cms/publication

Modified Files:
	PageEnvelope.java PageEnvelopeException.java 
Log Message:
- added javadocs
- using J2SE 1.4 Exception constructor

Index: PageEnvelope.java
===================================================================
RCS file: /repository/lenya/src/java/org/apache/lenya/cms/publication/PageEnvelope.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** PageEnvelope.java	30 Apr 2003 09:53:35 -0000	1.8
--- PageEnvelope.java	7 May 2003 17:18:59 -0000	1.9
***************
*** 86,93 ****
--- 86,99 ----
      }
  
+     /**
+      * Returns the context.
+      */
      public String getContext() {
          return context;
      }
      
+     /**
+      * Returns the area (authoring/live).
+      */
      public String getArea() {
          return area;

Index: PageEnvelopeException.java
===================================================================
RCS file: /repository/lenya/src/java/org/apache/lenya/cms/publication/PageEnvelopeException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PageEnvelopeException.java	24 Apr 2003 13:52:38 -0000	1.2
--- PageEnvelopeException.java	7 May 2003 17:18:59 -0000	1.3
***************
*** 64,68 ****
       */
      public PageEnvelopeException(String message, Throwable cause) {
!         super(message + " " + cause.getMessage());
      }
  
--- 64,68 ----
       */
      public PageEnvelopeException(String message, Throwable cause) {
!         super(message, cause);
      }
  
***************
*** 71,75 ****
       */
      public PageEnvelopeException(Throwable cause) {
!         super(cause.getMessage());
      }
  }
--- 71,75 ----
       */
      public PageEnvelopeException(Throwable cause) {
!         super(cause);
      }
  }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.