You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/02/05 21:04:57 UTC

svn commit: r741273 - /incubator/empire-db/trunk/core/Empire-db/src/org/apache/empire/EmpireException.java

Author: francisdb
Date: Thu Feb  5 20:04:56 2009
New Revision: 741273

URL: http://svn.apache.org/viewvc?rev=741273&view=rev
Log:
clean up javadoc tags

Modified:
    incubator/empire-db/trunk/core/Empire-db/src/org/apache/empire/EmpireException.java

Modified: incubator/empire-db/trunk/core/Empire-db/src/org/apache/empire/EmpireException.java
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/core/Empire-db/src/org/apache/empire/EmpireException.java?rev=741273&r1=741272&r2=741273&view=diff
==============================================================================
--- incubator/empire-db/trunk/core/Empire-db/src/org/apache/empire/EmpireException.java (original)
+++ incubator/empire-db/trunk/core/Empire-db/src/org/apache/empire/EmpireException.java Thu Feb  5 20:04:56 2009
@@ -23,10 +23,8 @@
 
 /**
  * This exception type is used for all empire errors.<br>
- * Exceptions will only be thrown if exceptions are enabled in the ErrorObject.<BR>
- * @see ErrorObject#setExceptionsEnabled(boolean)<BR>
- * <P>
- * @param errorObject the object that caused the error
+ * Exceptions will only be thrown if exceptions are enabled in the ErrorObject.
+ * @see ErrorObject#setExceptionsEnabled(boolean)
  */
 public final class EmpireException extends RuntimeException
 {
@@ -54,8 +52,8 @@
     }
 
     /**
-     * The type of error that occurred<BR>
-     * @see org.apache.empire.commons.Errors<BR>
+     * The type of error that occurred
+     * @see org.apache.empire.commons.Errors
      * @return the type of error
      */
     public ErrorType getErrorType()