1 package org.omg.mof.Model;2 3 4 /**5 * org/omg/mof/Model/MofExceptionClassOperations.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.1"7 * from mof1.idl8 * lundi 17 mars 2003 15 h 01 CET9 */10 11 12 //13 public interface MofExceptionClassOperations extends org.omg.mof.Model.BehavioralFeatureClassOperations, org.omg.mof.Model.NamespaceClassOperations, org.omg.mof.Model.FeatureClassOperations, org.omg.mof.Model.ModelElementClassOperations14 {15 org.omg.mof.Model.MofException[] all_of_type_mof_exception ();16 org.omg.mof.Model.MofException[] all_of_class_mof_exception ();17 org.omg.mof.Model.MofException create_mof_exception (String name, String annotation, org.omg.mof.Model.VisibilityKind visibility, org.omg.mof.Model.ScopeKind scope) throws org.omg.mof.Reflective.MofError;18 } // interface MofExceptionClassOperations19