Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_index_IndexFormatTooOldException_H
#define org_apache_lucene_index_IndexFormatTooOldException_H
#include "java/io/IOException.h"
namespace java {
namespace lang {
class String;
class Class;
class Integer;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace store {
class DataInput;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace index {
class IndexFormatTooOldException : public ::java::io::IOException {
public:
enum {
mid_init$_1fef40eface4111e,
mid_init$_9bb4c9427a947ae3,
mid_init$_d28b801bc56d404b,
mid_init$_076f7697825ae69f,
mid_getMaxVersion_638c6ad0a6b8f500,
mid_getMinVersion_638c6ad0a6b8f500,
mid_getReason_a6d454b6117bc1ba,
mid_getResourceDescription_a6d454b6117bc1ba,
mid_getVersion_638c6ad0a6b8f500,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit IndexFormatTooOldException(jobject obj) : ::java::io::IOException(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
IndexFormatTooOldException(const IndexFormatTooOldException& obj) : ::java::io::IOException(obj) {}
IndexFormatTooOldException(const ::org::apache::lucene::store::DataInput &, const ::java::lang::String &);
IndexFormatTooOldException(const ::java::lang::String &, const ::java::lang::String &);
IndexFormatTooOldException(const ::org::apache::lucene::store::DataInput &, jint, jint, jint);
IndexFormatTooOldException(const ::java::lang::String &, jint, jint, jint);
::java::lang::Integer getMaxVersion() const;
::java::lang::Integer getMinVersion() const;
::java::lang::String getReason() const;
::java::lang::String getResourceDescription() const;
::java::lang::Integer getVersion() const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace index {
extern PyType_Def PY_TYPE_DEF(IndexFormatTooOldException);
extern PyTypeObject *PY_TYPE(IndexFormatTooOldException);
class t_IndexFormatTooOldException {
public:
PyObject_HEAD
IndexFormatTooOldException object;
static PyObject *wrap_Object(const IndexFormatTooOldException&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif