1 package org.omg.mof.Reflective; 2 3 4 10 11 public final class OtherException extends org.omg.CORBA.UserException 12 { 13 public org.omg.mof.Reflective.RefObject exception_designator = null; 14 public org.omg.CORBA.Any exception_values[] = null; 15 16 public OtherException () 17 { 18 super(OtherExceptionHelper.id()); 19 } 21 public OtherException (org.omg.mof.Reflective.RefObject _exception_designator, org.omg.CORBA.Any [] _exception_values) 22 { 23 super(OtherExceptionHelper.id()); 24 exception_designator = _exception_designator; 25 exception_values = _exception_values; 26 } 28 29 public OtherException (String $reason, org.omg.mof.Reflective.RefObject _exception_designator, org.omg.CORBA.Any [] _exception_values) 30 { 31 super(OtherExceptionHelper.id() + " " + $reason); 32 exception_designator = _exception_designator; 33 exception_values = _exception_values; 34 } 36 } | Popular Tags |