Author: julien(a)jboss.com
Date: 2007-05-24 18:21:29 -0400 (Thu, 24 May 2007)
New Revision: 7330
Modified:
trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java
Log:
minor
Modified: trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java 2007-05-24
15:35:45 UTC (rev 7329)
+++ trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java 2007-05-24
22:21:29 UTC (rev 7330)
@@ -23,6 +23,8 @@
package org.jboss.portal.common;
/**
+ * Thrown when a code join point is not executable.
+ *
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
* @version $Revision$
*/
@@ -33,6 +35,11 @@
super("Not yet implemented");
}
+ /**
+ * Constructor that takes a feature name for formatting the message.
+ *
+ * @param featureName the feature name that is not implemented
+ */
public NotYetImplemented(String featureName)
{
super("Feature: " + featureName + " is not yet implemented");
Show replies by date