| java.lang.Object org.jacorb.orb.ApplicationExceptionHelper
ApplicationExceptionHelper | public class ApplicationExceptionHelper (Code) | | This class provides a method for inserting an arbirtary
application exception into an any.
author: Nicolas Noffke version: $Id: ApplicationExceptionHelper.java,v 1.17 2006/06/28 12:39:20 alphonse.bendt Exp $ |
Method Summary | |
public static void | insert(org.omg.CORBA.Any any, ApplicationException exception) This method tries to insert the given ApplicationException into the
given any by deriving the helper name from object id. |
|
|