blob: d7a3cb2c2e8470f65006e529c4c5ce59944cb7e2 [file] [log] [blame]
// 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__