I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Operations signatures include throws clauses on system exceptions.

  • Key: I2JAV11-130
  • Legacy Issue Number: 3818
  • Status: closed  
  • Source: Oracle ( Ken Cavanaugh)
  • Summary:

    There are several places in the IDL to Java mapping spec
    (ptc/00-01-08) where operations signatures include
    throws clauses on system exceptions. Since system
    exceptions are unchecked Java exceptions, they need
    never be declared in operation signatures. As normal
    Java practice only declares checked exceptions, the throws
    clauses for unchecked exceptions should be removed.

    I have found this problem in the following places in the spec:

    p. 58-61 various methods throw DATA_CONVERSION, MARSHAL, and BAD_OPERATION
    p. 85 get_value_def throws BAD_PARAM
    p. 122 _invoke(...) throws SystemException

  • Reported: I2JAV 1.0 — Fri, 8 Sep 2000 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    see below

  • Updated: Fri, 6 Mar 2015 21:38 GMT