mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
34 lines
603 B
C++
34 lines
603 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_io_ASN1ParsingException__
|
|
#define __gnu_java_io_ASN1ParsingException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/io/IOException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace io
|
|
{
|
|
class ASN1ParsingException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::io::ASN1ParsingException : public ::java::io::IOException
|
|
{
|
|
|
|
public:
|
|
ASN1ParsingException();
|
|
ASN1ParsingException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_io_ASN1ParsingException__
|