mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-05 22:32:37 +00:00
33 lines
588 B
C
33 lines
588 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_undo_CannotUndoException__
|
||
|
#define __javax_swing_undo_CannotUndoException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/RuntimeException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
namespace undo
|
||
|
{
|
||
|
class CannotUndoException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::undo::CannotUndoException : public ::java::lang::RuntimeException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
CannotUndoException();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_undo_CannotUndoException__
|