Operations

  • in, out, inout -- parameter attributes

Exceptions


  exception out_of_range { long count; }
  
  interface writer {
    void position(in long pos) raises(out_of_range);
    }
  

slide: Operations and exceptions