tizen beta release
[framework/web/webkit-efl.git] / DerivedSources / WebCore / ExceptionHeaders.h
1 /*
2  * THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT.
3  *
4  * Copyright (C) 2011 Google Inc.  All rights reserved.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions
8  * are met:
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  *    notice, this list of conditions and the following disclaimer in the
13  *    documentation and/or other materials provided with the distribution.
14  *
15  * THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY
16  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
19  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
23  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27
28 #ifndef ExceptionHeaders_h
29 #define ExceptionHeaders_h
30
31 #include "DOMCoreException.h"
32 #if USE(JSC)
33 #include "JSDOMCoreException.h"
34 #elif USE(V8)
35 #include "V8DOMCoreException.h"
36 #endif
37 #include "EventException.h"
38 #if USE(JSC)
39 #include "JSEventException.h"
40 #elif USE(V8)
41 #include "V8EventException.h"
42 #endif
43 #if ENABLE(BLOB)
44 #include "FileException.h"
45 #if USE(JSC)
46 #include "JSFileException.h"
47 #elif USE(V8)
48 #include "V8FileException.h"
49 #endif
50 #endif
51 #if ENABLE(INDEXED_DATABASE)
52 #include "IDBDatabaseException.h"
53 #if USE(JSC)
54 #include "JSIDBDatabaseException.h"
55 #elif USE(V8)
56 #include "V8IDBDatabaseException.h"
57 #endif
58 #endif
59 #if ENABLE(BLOB)
60 #include "OperationNotAllowedException.h"
61 #if USE(JSC)
62 #include "JSOperationNotAllowedException.h"
63 #elif USE(V8)
64 #include "V8OperationNotAllowedException.h"
65 #endif
66 #endif
67 #include "RangeException.h"
68 #if USE(JSC)
69 #include "JSRangeException.h"
70 #elif USE(V8)
71 #include "V8RangeException.h"
72 #endif
73 #if ENABLE(SQL_DATABASE)
74 #include "SQLException.h"
75 #if USE(JSC)
76 #include "JSSQLException.h"
77 #elif USE(V8)
78 #include "V8SQLException.h"
79 #endif
80 #endif
81 #if ENABLE(SVG)
82 #include "SVGException.h"
83 #if USE(JSC)
84 #include "JSSVGException.h"
85 #elif USE(V8)
86 #include "V8SVGException.h"
87 #endif
88 #endif
89 #include "XMLHttpRequestException.h"
90 #if USE(JSC)
91 #include "JSXMLHttpRequestException.h"
92 #elif USE(V8)
93 #include "V8XMLHttpRequestException.h"
94 #endif
95 #include "XPathException.h"
96 #if USE(JSC)
97 #include "JSXPathException.h"
98 #elif USE(V8)
99 #include "V8XPathException.h"
100 #endif
101
102 #endif // ExceptionHeaders_h