Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
50
libjava/java/security/cert/CertPathValidatorException.h
Normal file
50
libjava/java/security/cert/CertPathValidatorException.h
Normal file
|
@ -0,0 +1,50 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_security_cert_CertPathValidatorException__
|
||||
#define __java_security_cert_CertPathValidatorException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/security/GeneralSecurityException.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace security
|
||||
{
|
||||
namespace cert
|
||||
{
|
||||
class CertPath;
|
||||
class CertPathValidatorException;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::security::cert::CertPathValidatorException : public ::java::security::GeneralSecurityException
|
||||
{
|
||||
|
||||
public:
|
||||
CertPathValidatorException();
|
||||
CertPathValidatorException(::java::lang::String *);
|
||||
CertPathValidatorException(::java::lang::Throwable *);
|
||||
CertPathValidatorException(::java::lang::String *, ::java::lang::Throwable *);
|
||||
CertPathValidatorException(::java::lang::String *, ::java::lang::Throwable *, ::java::security::cert::CertPath *, jint);
|
||||
virtual ::java::lang::String * getMessage();
|
||||
virtual ::java::security::cert::CertPath * getCertPath();
|
||||
virtual jint getIndex();
|
||||
virtual ::java::lang::Throwable * getCause();
|
||||
virtual ::java::lang::String * toString();
|
||||
virtual void printStackTrace();
|
||||
virtual void printStackTrace(::java::io::PrintStream *);
|
||||
virtual void printStackTrace(::java::io::PrintWriter *);
|
||||
private:
|
||||
static const jlong serialVersionUID = -3083180014971893139LL;
|
||||
jint __attribute__((aligned(__alignof__( ::java::security::GeneralSecurityException)))) index;
|
||||
::java::security::cert::CertPath * certPath;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_security_cert_CertPathValidatorException__
|
Loading…
Add table
Add a link
Reference in a new issue