]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/org/xml/sax/SAXNotRecognizedException.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / org / xml / sax / SAXNotRecognizedException.java
diff --git a/libjava/org/xml/sax/SAXNotRecognizedException.java b/libjava/org/xml/sax/SAXNotRecognizedException.java
deleted file mode 100644 (file)
index 0fbc4c8..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-// SAXNotRecognizedException.java - unrecognized feature or value.\r
-// Written by David Megginson, sax@megginson.com\r
-// NO WARRANTY!  This class is in the Public Domain.\r
-\r
-// $Id: SAXNotRecognizedException.java,v 1.1 2000/10/02 02:43:17 sboag Exp $\r
-\r
-\r
-package org.xml.sax;\r
-\r
-\r
-/**\r
- * Exception class for an unrecognized identifier.\r
- *\r
- * <blockquote>\r
- * <em>This module, both source code and documentation, is in the\r
- * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>\r
- * </blockquote>\r
- *\r
- * <p>An XMLReader will throw this exception when it finds an\r
- * unrecognized feature or property identifier; SAX applications and\r
- * extensions may use this class for other, similar purposes.</p>\r
- *\r
- * @since SAX 2.0\r
- * @author David Megginson, \r
- *         <a href="mailto:sax@megginson.com">sax@megginson.com</a>\r
- * @version 2.0\r
- * @see org.xml.sax.SAXNotSupportedException\r
- */\r
-public class SAXNotRecognizedException extends SAXException\r
-{\r
-\r
-    /**\r
-     * Construct a new exception with the given message.\r
-     *\r
-     * @param message The text message of the exception.\r
-     */\r
-    public SAXNotRecognizedException (String message)\r
-    {\r
-       super(message);\r
-    }\r
-\r
-}\r
-\r
-// end of SAXNotRecognizedException.java\r