CompositeConfig tested.
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / Constants.java
index c8daa2623e3b2d29be10a4533535c05ef0ed4a38..3b181a85fcf52527b28bcab626591e12ceb2da64 100644 (file)
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.xmlrouter.impl;
 
+/**
+ * Constants used by the router for error situations.
+ * 
+ * @author Erik Brakkee
+ * 
+ */
 public enum Constants {
-    UNKNOWN_DOCUMENT_TYPE, UNKNOWN_DESTINATION_NAME, UNKNOWN_NAME
+    UNKNOWN_DOCUMENT_TYPE, UNKNOWN_DESTINATION_NAME, UNKNOWN_NAME, UNKNOWN_ID
 }