You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/07/19 23:38:49 UTC

svn commit: r423661 - /incubator/xap/trunk/src/xap/util/XapExceptionRes.js

Author: mturyn
Date: Wed Jul 19 16:38:49 2006
New Revision: 423661

URL: http://svn.apache.org/viewvc?rev=423661&view=rev
Log:
Resource for XapException.

Added:
    incubator/xap/trunk/src/xap/util/XapExceptionRes.js   (with props)

Added: incubator/xap/trunk/src/xap/util/XapExceptionRes.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/util/XapExceptionRes.js?rev=423661&view=auto
==============================================================================
--- incubator/xap/trunk/src/xap/util/XapExceptionRes.js (added)
+++ incubator/xap/trunk/src/xap/util/XapExceptionRes.js Wed Jul 19 16:38:49 2006
@@ -0,0 +1,37 @@
+/*
+ * Copyright  2006 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  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.
+ *
+ */
+
+//Let Dojo know what to expect from this file:
+Xap.provide('xap.util.XapExceptionRes'); 
+
+ 
+ /**
+ * @fileoverview Base class for internationalized exceptions
+ * 
+ * @author ikaplansky
+ */
+ 
+
+/**
+ * Resource for XapException.
+ * 
+ * @class Resource for XapException---will need to keep this around as long
+ * as XapException is around, otherwise we get errors when it's expected.
+ */
+
+xap.util.XapExceptionRes = function( ) {}
+

Propchange: incubator/xap/trunk/src/xap/util/XapExceptionRes.js
------------------------------------------------------------------------------
    svn:eol-style = native