Initial import.
[clinton/mirror/jspi/.git] / jspi / src / main / java / de / lohndirekt / print / exception / EndOfAttributesException.java
CommitLineData
3ea135bb 1package de.lohndirekt.print.exception;\r
2\r
3/**\r
4 * \r
5 * Exception used to signal that the EndAttributes tag has been\r
6 * reached while parsing an IppResponse\r
7 * \r
8 * @author bpusch\r
9 *\r
10 */\r
11public class EndOfAttributesException extends Exception {\r
12\r
13 \r
14 \r
15 \r
16\r
17 \r
18\r
19 /* (Kein Javadoc)\r
20 * @see java.lang.Throwable#fillInStackTrace()\r
21 */\r
22 public synchronized Throwable fillInStackTrace() {\r
23 return this;\r
24 }\r
25\r
26}\r