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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [resource/] [gnu/] [classpath/] [tools/] [rmic/] [templates/] [Stub_12MethodVoid.jav] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
  /** @inheritDoc */
2
  public void #method_name(#argument_list) #throws
3
  {
4
    try
5
      {
6
        ref.invoke(this, met_#method_name,
7
          #object_arg_list,
8
          #method_hash);
9
      }
10
    catch (RuntimeException e)
11
      {
12
        throw e;
13
      }
14
    catch (RemoteException e)
15
      {
16
        throw e;
17
      }
18
    catch (Exception e)
19
      {
20
        UnexpectedException uex = new UnexpectedException(exception_message);
21
        uex.detail = e;
22
        throw uex;
23
      }
24
  }
25
 

powered by: WebSVN 2.1.0

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