Initial import.
[clinton/mirror/jspi/.git] / jspi / src / main / java / de / lohndirekt / print / exception / EndOfAttributesException.java
diff --git a/jspi/src/main/java/de/lohndirekt/print/exception/EndOfAttributesException.java b/jspi/src/main/java/de/lohndirekt/print/exception/EndOfAttributesException.java
new file mode 100644 (file)
index 0000000..300ac1f
--- /dev/null
@@ -0,0 +1,26 @@
+package de.lohndirekt.print.exception;\r
+\r
+/**\r
+ * \r
+ * Exception used to signal that the EndAttributes tag has been\r
+ * reached while parsing an IppResponse\r
+ * \r
+ * @author bpusch\r
+ *\r
+ */\r
+public class EndOfAttributesException extends Exception {\r
+\r
+       \r
+    \r
+    \r
+\r
+       \r
+\r
+       /* (Kein Javadoc)\r
+        * @see java.lang.Throwable#fillInStackTrace()\r
+        */\r
+       public synchronized Throwable fillInStackTrace() {\r
+               return this;\r
+       }\r
+\r
+}\r