OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [PrintAttributeException.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_print_PrintAttributeException__
5
#define __gnu_javax_print_PrintAttributeException__
6
 
7
#pragma interface
8
 
9
#include <javax/print/PrintException.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace print
19
      {
20
          class PrintAttributeException;
21
      }
22
    }
23
  }
24
  namespace javax
25
  {
26
    namespace print
27
    {
28
      namespace attribute
29
      {
30
          class Attribute;
31
      }
32
    }
33
  }
34
}
35
 
36
class gnu::javax::print::PrintAttributeException : public ::javax::print::PrintException
37
{
38
 
39
public:
40
  PrintAttributeException(JArray< ::java::lang::Class * > *, JArray< ::javax::print::attribute::Attribute * > *);
41
  PrintAttributeException(::java::lang::Exception *, JArray< ::java::lang::Class * > *, JArray< ::javax::print::attribute::Attribute * > *);
42
  PrintAttributeException(::java::lang::String *, JArray< ::java::lang::Class * > *, JArray< ::javax::print::attribute::Attribute * > *);
43
  PrintAttributeException(::java::lang::String *, ::java::lang::Exception *, JArray< ::java::lang::Class * > *, JArray< ::javax::print::attribute::Attribute * > *);
44
  JArray< ::java::lang::Class * > * getUnsupportedAttributes();
45
  JArray< ::javax::print::attribute::Attribute * > * getUnsupportedValues();
46
private:
47
  JArray< ::java::lang::Class * > * __attribute__((aligned(__alignof__( ::javax::print::PrintException)))) categories;
48
  JArray< ::javax::print::attribute::Attribute * > * values;
49
public:
50
  static ::java::lang::Class class$;
51
};
52
 
53
#endif // __gnu_javax_print_PrintAttributeException__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.