Testsuite check for sqrt_insn. Move pow/sqrt synth test from gcc.target/aarch64/...
[official-gcc.git] / libjava / java / io / InvalidClassException.h
blob6216a9ad92053747d01b512ff7cb5f8d5f8e2697
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_io_InvalidClassException__
5 #define __java_io_InvalidClassException__
7 #pragma interface
9 #include <java/io/ObjectStreamException.h>
11 class java::io::InvalidClassException : public ::java::io::ObjectStreamException
14 public:
15 InvalidClassException(::java::lang::String *);
16 InvalidClassException(::java::lang::String *, ::java::lang::String *);
17 virtual ::java::lang::String * getMessage();
18 private:
19 static const jlong serialVersionUID = -4333316296251054416LL;
20 public:
21 ::java::lang::String * __attribute__((aligned(__alignof__( ::java::io::ObjectStreamException)))) classname;
22 static ::java::lang::Class class$;
25 #endif // __java_io_InvalidClassException__