1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_tree_ExpandVetoException__
5 #define __javax_swing_tree_ExpandVetoException__
6 
7 #pragma interface
8 
9 #include <java/lang/Exception.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16       namespace event
17       {
18           class TreeExpansionEvent;
19       }
20       namespace tree
21       {
22           class ExpandVetoException;
23       }
24     }
25   }
26 }
27 
28 class javax::swing::tree::ExpandVetoException : public ::java::lang::Exception
29 {
30 
31 public:
32   ExpandVetoException(::javax::swing::event::TreeExpansionEvent *);
33   ExpandVetoException(::javax::swing::event::TreeExpansionEvent *, ::java::lang::String *);
34 public: // actually protected
35   ::javax::swing::event::TreeExpansionEvent * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) event;
36 public:
37   static ::java::lang::Class class$;
38 };
39 
40 #endif // __javax_swing_tree_ExpandVetoException__
41