Update of /cvsroot/displaytag/display09/src/org/apache/taglibs/display/exception
In directory sc8-pr-cvs1:/tmp/cvs-serv1051/src/org/apache/taglibs/display/exception

Modified Files:
        DecoratorInstantiationException.java 
        InvalidTagAttributeValueException.java 
        TagStructureException.java 
Log Message:
improved javadocs

Index: DecoratorInstantiationException.java
===================================================================
RCS file: 
/cvsroot/displaytag/display09/src/org/apache/taglibs/display/exception/DecoratorInstantiationException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecoratorInstantiationException.java        16 Jun 2003 18:23:18 -0000      1.1
--- DecoratorInstantiationException.java        17 Jun 2003 19:41:26 -0000      1.2
***************
*** 7,10 ****
--- 7,11 ----
  
  /**
+  * <p>Exception thrown when DecoratorFactory is unable to load a Decorator</p>
   * @author fgiust
   * @version $Revision$ ($Author$)
***************
*** 13,17 ****
  {
        /**
!        * Field mSourceClass
         */
        private Class mSourceClass;
--- 14,18 ----
  {
        /**
!        * Class where the exception has been generated
         */
        private Class mSourceClass;
***************
*** 29,40 ****
        /**
         * Constructor for DecoratorInstantiationException.
-        */
-       public DecoratorInstantiationException()
-       {
-               super();
-       }
- 
-       /**
-        * Constructor for DecoratorInstantiationException.
         * @param pSourceClass Class where the exception is generated
         * @param pDecoratorName decorator name
--- 30,33 ----
***************
*** 54,58 ****
  
        /**
!        * Method toString
         * @return String
         */
--- 47,52 ----
  
        /**
!        * returns a description of the exception. The standard message is "Unable to 
load <em>decorator name<em> due to
!        * <em>exception</em>"
         * @return String
         */

Index: InvalidTagAttributeValueException.java
===================================================================
RCS file: 
/cvsroot/displaytag/display09/src/org/apache/taglibs/display/exception/InvalidTagAttributeValueException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InvalidTagAttributeValueException.java      16 Jun 2003 18:23:18 -0000      1.1
--- InvalidTagAttributeValueException.java      17 Jun 2003 19:41:26 -0000      1.2
***************
*** 7,11 ****
  
  /**
!  * <p>Exception used when an invalid value is given for a tag attribute</p>
   * @author fgiust
   * @version $Revision$ ($Author$)
--- 7,11 ----
  
  /**
!  * <p>Exception thrown when an invalid value is given for a tag attribute</p>
   * @author fgiust
   * @version $Revision$ ($Author$)
***************
*** 14,28 ****
  {
        /**
!        * Field mSourceClass
         */
        private Class mSourceClass;
  
        /**
!        * Field mAttributeName
         */
        private String mAttributeName;
  
        /**
!        * Field mAttributeValue
         */
        private String mAttributeValue;
--- 14,28 ----
  {
        /**
!        * Class where the exception has been generated
         */
        private Class mSourceClass;
  
        /**
!        * tag atribute name
         */
        private String mAttributeName;
  
        /**
!        * tag attribute value
         */
        private String mAttributeValue;
***************
*** 47,51 ****
  
        /**
!        * Method toString
         * @return String
         */
--- 47,52 ----
  
        /**
!        * returns a description of the exception. The standard message is "Invalid 
value for attribute <em>attribute 
!        * name<em> value=<em>attribute value</em>"
         * @return String
         */

Index: TagStructureException.java
===================================================================
RCS file: 
/cvsroot/displaytag/display09/src/org/apache/taglibs/display/exception/TagStructureException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TagStructureException.java  16 Jun 2003 18:23:18 -0000      1.1
--- TagStructureException.java  17 Jun 2003 19:41:26 -0000      1.2
***************
*** 7,11 ****
  
  /**
!  * <p>Exception used when a Tag is not properly nested into another one</p>
   * @author fgiust
   * @version $Revision$ ($Author$)
--- 7,11 ----
  
  /**
!  * <p>Exception thrown when a Tag is not properly nested into another one</p>
   * @author fgiust
   * @version $Revision$ ($Author$)
***************
*** 15,29 ****
  
        /**
!        * Field mSourceClass
         */
        private Class mSourceClass;
  
        /**
!        * Field mAttributeName
         */
        private String mCurrentTag;
  
        /**
!        * Field mAttributeValue
         */
        private String mShoudBeNestedIn;
--- 15,29 ----
  
        /**
!        * Class where the exception has been generated
         */
        private Class mSourceClass;
  
        /**
!        * Current tag
         */
        private String mCurrentTag;
  
        /**
!        * Missing parent tag
         */
        private String mShoudBeNestedIn;
***************
*** 48,52 ****
  
        /**
!        * Method toString
         * @return String
         */
--- 48,53 ----
  
        /**
!        * returns a description of the exception. The standard message is "Tag 
<em>tag name<em> should ne nested in 
!        * <em>parent tag name</em>"
         * @return String
         */




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to