UserException.h 667 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_UserException__
  3. #define __org_omg_CORBA_UserException__
  4. #pragma interface
  5. #include <java/lang/Exception.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class UserException;
  15. }
  16. }
  17. }
  18. }
  19. class org::omg::CORBA::UserException : public ::java::lang::Exception
  20. {
  21. public: // actually protected
  22. UserException();
  23. UserException(::java::lang::String *);
  24. private:
  25. static const jlong serialVersionUID = -6594940734566091244LL;
  26. public:
  27. static ::java::lang::Class class$;
  28. };
  29. #endif // __org_omg_CORBA_UserException__