* tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
[official-gcc.git] / libjava / java / lang / ClassFormatError.h
blobee6664f56106b1fb7e84b65ba409e700c7752d0a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_ClassFormatError__
5 #define __java_lang_ClassFormatError__
7 #pragma interface
9 #include <java/lang/LinkageError.h>
11 class java::lang::ClassFormatError : public ::java::lang::LinkageError
14 public:
15 ClassFormatError();
16 ClassFormatError(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = -8420114879011949195LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_lang_ClassFormatError__