blob: 0380e88d6b19c7ee8748b573f288dd62c2463028 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 | 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_util_InvalidPropertiesFormatException__
#define __java_util_InvalidPropertiesFormatException__
#pragma interface
#include <java/io/IOException.h>
class java::util::InvalidPropertiesFormatException : public ::java::io::IOException
{
public:
  InvalidPropertiesFormatException(::java::lang::String *);
  InvalidPropertiesFormatException(::java::lang::Throwable *);
private:
  void writeObject(::java::io::ObjectOutputStream *);
  void readObject(::java::io::ObjectInputStream *);
  static const jlong serialVersionUID = 7763056076009360219LL;
public:
  static ::java::lang::Class class$;
};
#endif // __java_util_InvalidPropertiesFormatException__
 |