aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/javax/crypto/keyring/MalformedKeyringException.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/libjava/gnu/javax/crypto/keyring/MalformedKeyringException.h')
-rw-r--r--gcc-4.7/libjava/gnu/javax/crypto/keyring/MalformedKeyringException.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc-4.7/libjava/gnu/javax/crypto/keyring/MalformedKeyringException.h b/gcc-4.7/libjava/gnu/javax/crypto/keyring/MalformedKeyringException.h
new file mode 100644
index 000000000..569911b5c
--- /dev/null
+++ b/gcc-4.7/libjava/gnu/javax/crypto/keyring/MalformedKeyringException.h
@@ -0,0 +1,36 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_crypto_keyring_MalformedKeyringException__
+#define __gnu_javax_crypto_keyring_MalformedKeyringException__
+
+#pragma interface
+
+#include <java/io/IOException.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace crypto
+ {
+ namespace keyring
+ {
+ class MalformedKeyringException;
+ }
+ }
+ }
+ }
+}
+
+class gnu::javax::crypto::keyring::MalformedKeyringException : public ::java::io::IOException
+{
+
+public:
+ MalformedKeyringException();
+ MalformedKeyringException(::java::lang::String *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_crypto_keyring_MalformedKeyringException__